|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConceptualFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
ConceptualPackage
Field Summary | |
---|---|
static ConceptualFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
BehaviorUnit |
createBehaviorUnit()
Returns a new object of class 'Behavior Unit'. |
ConceptualContainer |
createConceptualContainer()
Returns a new object of class 'Container'. |
ConceptualElement |
createConceptualElement()
Returns a new object of class 'Element'. |
ConceptualFlow |
createConceptualFlow()
Returns a new object of class 'Flow'. |
ConceptualModel |
createConceptualModel()
Returns a new object of class 'Model'. |
ConceptualRelationship |
createConceptualRelationship()
Returns a new object of class 'Relationship'. |
ConceptualRole |
createConceptualRole()
Returns a new object of class 'Role'. |
FactUnit |
createFactUnit()
Returns a new object of class 'Fact Unit'. |
RuleUnit |
createRuleUnit()
Returns a new object of class 'Rule Unit'. |
ScenarioUnit |
createScenarioUnit()
Returns a new object of class 'Scenario Unit'. |
TermUnit |
createTermUnit()
Returns a new object of class 'Term Unit'. |
ConceptualPackage |
getConceptualPackage()
Returns the package supported by this factory. |
Field Detail |
---|
static final ConceptualFactory eINSTANCE
Method Detail |
---|
ConceptualModel createConceptualModel()
TermUnit createTermUnit()
ConceptualContainer createConceptualContainer()
FactUnit createFactUnit()
ConceptualRelationship createConceptualRelationship()
BehaviorUnit createBehaviorUnit()
RuleUnit createRuleUnit()
ScenarioUnit createScenarioUnit()
ConceptualFlow createConceptualFlow()
ConceptualElement createConceptualElement()
ConceptualRole createConceptualRole()
ConceptualPackage getConceptualPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |