Uses of Class
net.ssehub.easy.varModel.model.datatypes.StructuredDatatype
-
Packages that use StructuredDatatype Package Description net.ssehub.easy.varModel.model.datatypes Base directory for the main datatype classes.net.ssehub.easy.varModel.model.values Instances of the datatypes. -
-
Uses of StructuredDatatype in net.ssehub.easy.varModel.model.datatypes
Subclasses of StructuredDatatype in net.ssehub.easy.varModel.model.datatypes Modifier and Type Class Description classCompoundA compound type groups multiple types into a single named unit.classContainerRealizes an abstract container.classFreezeVariableTypeAn internal type for freezes to iterate / specify expressions on freezables.classSequenceRealizes a sequence container.classSetRealizes a set container. -
Uses of StructuredDatatype in net.ssehub.easy.varModel.model.values
Constructors in net.ssehub.easy.varModel.model.values with parameters of type StructuredDatatype Constructor Description StructuredValue(StructuredDatatype type)Constructor for the Class.
-