Package org.xcsp.modeler.entities
Class VarEntities.VarEntity
- java.lang.Object
-
- org.xcsp.modeler.entities.ModelingEntity
-
- org.xcsp.modeler.entities.VarEntities.VarEntity
-
- Direct Known Subclasses:
VarEntities.VarAlone
,VarEntities.VarArray
- Enclosing class:
- VarEntities
public abstract class VarEntities.VarEntity extends ModelingEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xcsp.modeler.entities.ModelingEntity
ModelingEntity.TagDummy
-
-
Field Summary
-
Fields inherited from class org.xcsp.modeler.entities.ModelingEntity
classes, id, note
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
VarEntity(String id, String note, Types.TypeClass[] classes)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Types.TypeVar
getType()
-
Methods inherited from class org.xcsp.modeler.entities.ModelingEntity
id, note, nullBasicAttributes, tag, tag
-
-
-
-
Constructor Detail
-
VarEntity
protected VarEntity(String id, String note, Types.TypeClass[] classes)
-
-
Method Detail
-
getType
public abstract Types.TypeVar getType()
-
-