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:
Generated class or method.
  • Field Details

    • eINSTANCE

      static final designdecisionFactory 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.