Class ProjectDecisionVariableDeclaration

All Implemented Interfaces:
net.ssehub.easy.basics.modelManagement.IVariable, IDatatypeVisitable, IDerivedDatatypeListener, IAttributableElement, IAttributeAccess, IFreezable, IModelElement

public class ProjectDecisionVariableDeclaration extends DecisionVariableDeclaration
Facilitates attribute propagation to parent project.
Author:
Holger Eichelberger
  • Constructor Details

    • ProjectDecisionVariableDeclaration

      ProjectDecisionVariableDeclaration()
      Constructor for serialization.
    • ProjectDecisionVariableDeclaration

      public ProjectDecisionVariableDeclaration(String name, IDatatype type, ModelElement parent)
      Constructor for decision variable declaration.
      Parameters:
      name - Name of the decision variable declaration
      type - type of the new VariableDeclaration
      parent - the object, in which this specific one is embedded
  • Method Details