Class ConstantDecisionVariableDeclaration

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

public class ConstantDecisionVariableDeclaration extends DecisionVariableDeclaration
Defines a constant decision variable declaration.
Author:
Holger Eichelberger
  • Constructor Details

    • ConstantDecisionVariableDeclaration

      public ConstantDecisionVariableDeclaration(String name, IDatatype type, IModelElement 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