org.eclipse.gmt.modisco.omg.kdm.core
Interface CoreFactory


public interface CoreFactory

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

See Also:
CorePackage
Generated:

Field Summary
static CoreFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 AggregatedRelationship createAggregatedRelationship()
          Returns a new object of class 'Aggregated Relationship'.
 CorePackage getCorePackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final CoreFactory eINSTANCE
The singleton instance of the factory.

Generated:
Method Detail

createAggregatedRelationship

AggregatedRelationship createAggregatedRelationship()
Returns a new object of class 'Aggregated Relationship'.

Returns:
a new object of class 'Aggregated Relationship'.
Generated:

getCorePackage

CorePackage getCorePackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: