Class ExplicitTypeVariableDeclaration

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

public class ExplicitTypeVariableDeclaration extends DecisionVariableDeclaration
Represents an explicitly typed declarator in a set operation.
Author:
Holger Eichelberger
  • Constructor Details

    • ExplicitTypeVariableDeclaration

      ExplicitTypeVariableDeclaration()
      Constructor for serialization.
    • ExplicitTypeVariableDeclaration

      public ExplicitTypeVariableDeclaration(String name, IDatatype type, IModelElement parent)
      Constructor for explicitly typed variable declarator.
      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