org.eclipse.graphiti.mm
Interface MmFactory

All Known Implementing Classes:
MmFactoryImpl

public interface MmFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
MmPackage

Field Summary
static MmFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Property createProperty()
          Returns a new object of class 'Property'.
 MmPackage getMmPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final MmFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createProperty

Property createProperty()
Returns a new object of class 'Property'.

Returns:
a new object of class 'Property'.

getMmPackage

MmPackage getMmPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.


Copyright (c) SAP AG 2005, 2010.