Interface TemplatevariableFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
TemplatevariableFactoryImpl
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
Modifier and TypeFieldDescriptionstatic final TemplatevariableFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Argument'.Returns a new object of class 'Dependence Relation'.Returns a new object of class 'Logical Variable'.Returns a new object of class 'Persistence Relation'.Returns a new object of class 'Probabilistic Template Factor'.Returns a new object of class 'Template Variable'.Returns a new object of class 'Template Variable Definitions'.Returns a new object of class 'Template Variable Group'.Returns a new object of class 'Time Slice Relation'.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
-
createTemplateVariableDefinitions
TemplateVariableDefinitions createTemplateVariableDefinitions()Returns a new object of class 'Template Variable Definitions'.- Returns:
- a new object of class 'Template Variable Definitions'.
- Generated class or method.
-
createTemplateVariable
TemplateVariable createTemplateVariable()Returns a new object of class 'Template Variable'.- Returns:
- a new object of class 'Template Variable'.
- Generated class or method.
-
createArgument
Argument createArgument()Returns a new object of class 'Argument'.- Returns:
- a new object of class 'Argument'.
- Generated class or method.
-
createProbabilisticTemplateFactor
ProbabilisticTemplateFactor createProbabilisticTemplateFactor()Returns a new object of class 'Probabilistic Template Factor'.- Returns:
- a new object of class 'Probabilistic Template Factor'.
- Generated class or method.
-
createDependenceRelation
DependenceRelation createDependenceRelation()Returns a new object of class 'Dependence Relation'.- Returns:
- a new object of class 'Dependence Relation'.
- Generated class or method.
-
createPersistenceRelation
PersistenceRelation createPersistenceRelation()Returns a new object of class 'Persistence Relation'.- Returns:
- a new object of class 'Persistence Relation'.
- Generated class or method.
-
createTimeSliceRelation
TimeSliceRelation createTimeSliceRelation()Returns a new object of class 'Time Slice Relation'.- Returns:
- a new object of class 'Time Slice Relation'.
- Generated class or method.
-
createTemplateVariableGroup
TemplateVariableGroup createTemplateVariableGroup()Returns a new object of class 'Template Variable Group'.- Returns:
- a new object of class 'Template Variable Group'.
- Generated class or method.
-
createLogicalVariable
LogicalVariable createLogicalVariable()Returns a new object of class 'Logical Variable'.- Returns:
- a new object of class 'Logical Variable'.
- Generated class or method.
-
getTemplatevariablePackage
TemplatevariablePackage getTemplatevariablePackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-