Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.configuration.Attribute
-
Packages that use Attribute Package Description net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions. -
-
Uses of Attribute in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Fields in net.ssehub.easy.instantiation.core.model.vilTypes.configuration declared as Attribute Modifier and Type Field Description private Attribute[]Configuration. attributesprivate Attribute[]DecisionVariable. attributesFields in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with type parameters of type Attribute Modifier and Type Field Description private java.util.List<Attribute>ConfigurationContextResolver. attributesMethods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that return Attribute Modifier and Type Method Description Attribute[]ConfigurationContextResolver. attributes()Returns the attributes to be used in the configuration.(package private) AttributeAttribute. getAttribute(int index)Returns the specified attribute.(package private) AttributeConfiguration. getAttribute(int index)Returns the specified attribute.(package private) AttributeDecisionVariable. getAttribute(int index)Returns the specified attribute.(package private) AttributeEnumValue. getAttribute(int index)Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that return types with arguments of type Attribute Modifier and Type Method Description abstract Set<Attribute>AbstractIvmlVariable. annotations()Returns the annotations for this variable.Set<Attribute>Attribute. annotations()Set<Attribute>DecisionVariable. annotations()abstract Set<Attribute>AbstractIvmlVariable. attributes()Returns the annotations for this variable.Set<Attribute>Attribute. attributes()Sequence<Attribute>Configuration. attributes()Returns the attributes of this configuration.Set<Attribute>DecisionVariable. attributes()Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type Attribute Modifier and Type Method Description static booleanAttribute. convert2Boolean(Attribute val)Conversion operation to Boolean.static EnumValueAttribute. convert2EnumValue(Attribute val)Conversion operation to an EnumValue.static intAttribute. convert2Integer(Attribute val)Conversion operation to Integer.static doubleAttribute. convert2Real(Attribute val)Conversion operation to Real.static Sequence<DecisionVariable>Attribute. convert2Sequence(Attribute val)Conversion operation to an EnumValue.static java.lang.StringAttribute. convert2String(Attribute val)Conversion operation to String.
-