Interface TemplatevariableFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
TemplatevariableFactoryImpl

public interface TemplatevariableFactory 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 TemplatevariableFactory 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.