Interface gdofFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
gdofFactoryImpl
The Factory for the model. It provides a create method for each
non-abstract class of the model.
- See Also:
- Generated class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Changeable Element Description'.Returns a new object of class 'Decorator Model Description'.Returns a new object of class 'Degree Of Freedom'.Returns a new object of class 'Do FRepository'.Returns a new object of class 'Helper OCL Definition'.Returns a new object of class 'Instance Selection Rule'.Returns a new object of class 'OCL Rule'.Returns a new object of class 'Static Selection Rule'.Returns a new object of class 'Value Rule'.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 Details
-
eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Details
-
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.
-