Package org.xcsp.modeler.entities
Class VarEntities.VarAlone
- java.lang.Object
-
- org.xcsp.modeler.entities.ModelingEntity
-
- org.xcsp.modeler.entities.VarEntities.VarEntity
-
- org.xcsp.modeler.entities.VarEntities.VarAlone
-
- Enclosing class:
- VarEntities
public final class VarEntities.VarAlone extends VarEntities.VarEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xcsp.modeler.entities.ModelingEntity
ModelingEntity.TagDummy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
VarAlone(String id, IVar var, String note, Types.TypeClass... classes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Types.TypeVar
getType()
-
Methods inherited from class org.xcsp.modeler.entities.ModelingEntity
id, note, nullBasicAttributes, tag, tag
-
-
-
-
Field Detail
-
var
public final IVar var
-
-
Constructor Detail
-
VarAlone
protected VarAlone(String id, IVar var, String note, Types.TypeClass... classes)
-
-
Method Detail
-
getType
public Types.TypeVar getType()
- Specified by:
getType
in classVarEntities.VarEntity
-
-