|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface featuremodelFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
featuremodelPackage| Field Summary | |
|---|---|
static featuremodelFactory |
eINSTANCE
The singleton instance of the factory. |
| Method Summary | |
|---|---|
Attribute |
createAttribute()
Returns a new object of class 'Attribute'. |
Feature |
createFeature()
Returns a new object of class 'Feature'. |
FeatureDiagram |
createFeatureDiagram()
Returns a new object of class 'Feature Diagram'. |
FeatureGroup |
createFeatureGroup()
Returns a new object of class 'Feature Group'. |
ProhibitsConstraint |
createProhibitsConstraint()
Returns a new object of class 'Prohibits Constraint'. |
RequiredConstraint |
createRequiredConstraint()
Returns a new object of class 'Required Constraint'. |
Simple |
createSimple()
Returns a new object of class 'Simple'. |
featuremodelPackage |
getfeaturemodelPackage()
Returns the package supported by this factory. |
| Field Detail |
|---|
static final featuremodelFactory eINSTANCE
| Method Detail |
|---|
Feature createFeature()
Attribute createAttribute()
FeatureGroup createFeatureGroup()
FeatureDiagram createFeatureDiagram()
RequiredConstraint createRequiredConstraint()
ProhibitsConstraint createProhibitsConstraint()
Simple createSimple()
featuremodelPackage getfeaturemodelPackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||