Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.configuration.EnumValue
-
Packages that use EnumValue Package Description net.ssehub.easy.instantiation.core.model.expressions Implements the common expression tree for the VIL languages.net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions. -
-
Uses of EnumValue in net.ssehub.easy.instantiation.core.model.expressions
Methods in net.ssehub.easy.instantiation.core.model.expressions with parameters of type EnumValue Modifier and Type Method Description private static IMetaTypeAbstractCallExpression. getEnumType(TypeRegistry registry, EnumValue val)Returns the VIL type for an enum value. -
Uses of EnumValue in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Fields in net.ssehub.easy.instantiation.core.model.vilTypes.configuration declared as EnumValue Modifier and Type Field Description private EnumValueValueVisitor. enumValueMethods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that return EnumValue Modifier and Type Method Description static EnumValueAttribute. convert2EnumValue(Attribute val)Conversion operation to an EnumValue.static EnumValueDecisionVariable. convert2EnumValue(DecisionVariable val)Conversion operation to an EnumValue.EnumValueAbstractIvmlVariable. getEnumValue()EnumValueConfiguration. getEnumValue()EnumValueEnumValue. getEnumValue()EnumValueIvmlDeclaration. getEnumValue()abstract EnumValueIvmlElement. getEnumValue()Returns the boolean value of the decision variable.EnumValueValueVisitor. getEnumValue()Returns the obtained value as enum value.private EnumValueIvmlOrderedEnumMinMaxOperationDescriptor. max(EnumValue v1, EnumValue v2)Returns the maximum enumeration value.private EnumValueIvmlOrderedEnumMinMaxOperationDescriptor. min(EnumValue v1, EnumValue v2)Returns the minimum enumeration value.Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type EnumValue Modifier and Type Method Description static java.lang.StringEnumValue. convert(EnumValue value)Converts an Enum value to a String by returning its (qualified) name.private EnumValueIvmlOrderedEnumMinMaxOperationDescriptor. max(EnumValue v1, EnumValue v2)Returns the maximum enumeration value.private EnumValueIvmlOrderedEnumMinMaxOperationDescriptor. min(EnumValue v1, EnumValue v2)Returns the minimum enumeration value.
-