Interface designdecisionFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
designdecisionFactoryImpl
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 designdecisionFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Bool Choice'.Returns a new object of class 'Candidate'.Returns a new object of class 'Candidates'.Returns a new object of class 'Class Choice'.Returns a new object of class 'Continous Range Choice'.Returns a new object of class 'Decision Space'.Returns a new object of class 'Degree Of Freedom Instance'.Returns a new object of class 'Discrete Range Choice'.Returns a new object of class 'Feature Choice'.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
-
createDiscreteRangeChoice
DiscreteRangeChoice createDiscreteRangeChoice()Returns a new object of class 'Discrete Range Choice'.- Returns:
- a new object of class 'Discrete Range Choice'.
- Generated class or method.
-
createDegreeOfFreedomInstance
DegreeOfFreedomInstance createDegreeOfFreedomInstance()Returns a new object of class 'Degree Of Freedom Instance'.- Returns:
- a new object of class 'Degree Of Freedom Instance'.
- Generated class or method.
-
createClassChoice
ClassChoice createClassChoice()Returns a new object of class 'Class Choice'.- Returns:
- a new object of class 'Class Choice'.
- Generated class or method.
-
createContinousRangeChoice
ContinousRangeChoice createContinousRangeChoice()Returns a new object of class 'Continous Range Choice'.- Returns:
- a new object of class 'Continous Range Choice'.
- Generated class or method.
-
createDecisionSpace
DecisionSpace createDecisionSpace()Returns a new object of class 'Decision Space'.- Returns:
- a new object of class 'Decision Space'.
- Generated class or method.
-
createCandidate
Candidate createCandidate()Returns a new object of class 'Candidate'.- Returns:
- a new object of class 'Candidate'.
- Generated class or method.
-
createCandidates
Candidates createCandidates()Returns a new object of class 'Candidates'.- Returns:
- a new object of class 'Candidates'.
- Generated class or method.
-
createBoolChoice
BoolChoice createBoolChoice()Returns a new object of class 'Bool Choice'.- Returns:
- a new object of class 'Bool Choice'.
- Generated class or method.
-
createFeatureChoice
FeatureChoice createFeatureChoice()Returns a new object of class 'Feature Choice'.- Returns:
- a new object of class 'Feature Choice'.
- Generated class or method.
-
getdesigndecisionPackage
designdecisionPackage getdesigndecisionPackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-