Interface gdofFactory
-
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
gdofFactoryImpl
public interface gdofFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
gdofPackage
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static gdofFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeableElementDescription
createChangeableElementDescription()
Returns a new object of class 'Changeable Element Description'.DecoratorModelDescription
createDecoratorModelDescription()
Returns a new object of class 'Decorator Model Description'.DegreeOfFreedom
createDegreeOfFreedom()
Returns a new object of class 'Degree Of Freedom'.DoFRepository
createDoFRepository()
Returns a new object of class 'Do FRepository'.HelperOCLDefinition
createHelperOCLDefinition()
Returns a new object of class 'Helper OCL Definition'.InstanceSelectionRule
createInstanceSelectionRule()
Returns a new object of class 'Instance Selection Rule'.OCLRule
createOCLRule()
Returns a new object of class 'OCL Rule'.StaticSelectionRule
createStaticSelectionRule()
Returns a new object of class 'Static Selection Rule'.ValueRule
createValueRule()
Returns a new object of class 'Value Rule'.gdofPackage
getgdofPackage()
Returns the package supported by this factory.-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eINSTANCE
static final gdofFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
createChangeableElementDescription
ChangeableElementDescription createChangeableElementDescription()
Returns a new object of class 'Changeable Element Description'.- Returns:
- a new object of class 'Changeable Element Description'.
- Generated class or method.
-
createValueRule
ValueRule createValueRule()
Returns a new object of class 'Value Rule'.- Returns:
- a new object of class 'Value Rule'.
- Generated class or method.
-
createOCLRule
OCLRule createOCLRule()
Returns a new object of class 'OCL Rule'.- Returns:
- a new object of class 'OCL Rule'.
- Generated class or method.
-
createHelperOCLDefinition
HelperOCLDefinition createHelperOCLDefinition()
Returns a new object of class 'Helper OCL Definition'.- Returns:
- a new object of class 'Helper OCL Definition'.
- Generated class or method.
-
createDoFRepository
DoFRepository createDoFRepository()
Returns a new object of class 'Do FRepository'.- Returns:
- a new object of class 'Do FRepository'.
- Generated class or method.
-
createInstanceSelectionRule
InstanceSelectionRule createInstanceSelectionRule()
Returns a new object of class 'Instance Selection Rule'.- Returns:
- a new object of class 'Instance Selection Rule'.
- Generated class or method.
-
createStaticSelectionRule
StaticSelectionRule createStaticSelectionRule()
Returns a new object of class 'Static Selection Rule'.- Returns:
- a new object of class 'Static Selection Rule'.
- Generated class or method.
-
createDegreeOfFreedom
DegreeOfFreedom createDegreeOfFreedom()
Returns a new object of class 'Degree Of Freedom'.- Returns:
- a new object of class 'Degree Of Freedom'.
- Generated class or method.
-
createDecoratorModelDescription
DecoratorModelDescription createDecoratorModelDescription()
Returns a new object of class 'Decorator Model Description'.- Returns:
- a new object of class 'Decorator Model Description'.
- Generated class or method.
-
getgdofPackage
gdofPackage getgdofPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-
-