Interface designdecisionFactory
-
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
designdecisionFactoryImpl
public interface designdecisionFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
designdecisionPackage
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static designdecisionFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BoolChoice
createBoolChoice()
Returns a new object of class 'Bool Choice'.Candidate
createCandidate()
Returns a new object of class 'Candidate'.Candidates
createCandidates()
Returns a new object of class 'Candidates'.ClassChoice
createClassChoice()
Returns a new object of class 'Class Choice'.ContinousRangeChoice
createContinousRangeChoice()
Returns a new object of class 'Continous Range Choice'.DecisionSpace
createDecisionSpace()
Returns a new object of class 'Decision Space'.DegreeOfFreedomInstance
createDegreeOfFreedomInstance()
Returns a new object of class 'Degree Of Freedom Instance'.DiscreteRangeChoice
createDiscreteRangeChoice()
Returns a new object of class 'Discrete Range Choice'.FeatureChoice
createFeatureChoice()
Returns a new object of class 'Feature Choice'.designdecisionPackage
getdesigndecisionPackage()
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 designdecisionFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
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.
-
-