Class ExplicitTypeVariableDeclaration

    • Constructor Detail

      • ExplicitTypeVariableDeclaration

        ExplicitTypeVariableDeclaration()
        Constructor for serialization.
      • ExplicitTypeVariableDeclaration

        public ExplicitTypeVariableDeclaration​(java.lang.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