Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.configuration.DecisionVariable
-
Packages that use DecisionVariable Package Description net.ssehub.easy.instantiation.core.model.common Implements the common language elements.net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions. -
-
Uses of DecisionVariable in net.ssehub.easy.instantiation.core.model.common
Methods in net.ssehub.easy.instantiation.core.model.common with parameters of type DecisionVariable Modifier and Type Method Description private static java.lang.ObjectRuntimeEnvironment. evaluatePrimitives(java.lang.Object object, DecisionVariable decVar, TypeDescriptor<?> varType)EvaluatesdecVarto its primitive value according tovarType. -
Uses of DecisionVariable in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Fields in net.ssehub.easy.instantiation.core.model.vilTypes.configuration declared as DecisionVariable Modifier and Type Field Description private DecisionVariable[]AbstractIvmlVariable. nestedprivate DecisionVariable[]Configuration. variablesFields in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with type parameters of type DecisionVariable Modifier and Type Field Description private java.util.List<DecisionVariable>ConfigurationContextResolver. variablesprivate java.util.List<DecisionVariable>VariableCollector. variablesMethods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that return DecisionVariable Modifier and Type Method Description DecisionVariableAbstractIvmlVariable. addValue()Adds a value if the actual variable represents an IVML collection.DecisionVariableAbstractIvmlVariable. addValue(TypeDescriptor<?> type)Adds a value if the actual variable represents an IVML collection.private DecisionVariableAbstractIvmlVariable. addValue(IDatatype type)adds a value of a given type to a container.DecisionVariableAbstractIvmlTypeDescriptor. create(java.lang.Object... params)DecisionVariableConfiguration. findVariable(IDecisionVariable var)Searches for the VIL instance holdingvar.private DecisionVariableConfiguration. findVariable(IDecisionVariable var, DecisionVariable dVar)Searches forvarindVar, i.e., whetherdVaror one of its contained variables holdesvar.DecisionVariableAbstractIvmlVariable. getByName(java.lang.String name)Returns the decision variable with the given (qualified) name.DecisionVariableConfiguration. getByName(java.lang.String name)Returns the decision variable with the given (qualified) name.(package private) DecisionVariable[]VariableCollector. getCollectedVariables()Returns the collected variables.DecisionVariable[]ConfigurationContextResolver. variables()Returns the variables to be used in the configuration.Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that return types with arguments of type DecisionVariable Modifier and Type Method Description static Sequence<DecisionVariable>Attribute. convert2Sequence(Attribute val)Conversion operation to an EnumValue.static Sequence<DecisionVariable>DecisionVariable. convert2Sequence(DecisionVariable val)Conversion operation to an EnumValue.java.lang.Class<DecisionVariable>AbstractIvmlTypeDescriptor. getTypeClass()Sequence<DecisionVariable>AbstractIvmlVariable. variables()Returns the decision variables contained in this variable.Sequence<DecisionVariable>Attribute. variables()Sequence<DecisionVariable>Configuration. variables()Returns the decision variables represented by this configuration.Set<DecisionVariable>AbstractIvmlVariable. variablesSet()Returns the decision variables contained in this variable as a set.Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type DecisionVariable Modifier and Type Method Description static booleanDecisionVariable. convert2Boolean(DecisionVariable val)Conversion operation to Boolean.static EnumValueDecisionVariable. convert2EnumValue(DecisionVariable val)Conversion operation to an EnumValue.static intDecisionVariable. convert2Integer(DecisionVariable val)Conversion operation to Integer.static doubleDecisionVariable. convert2Real(DecisionVariable val)Conversion operation to Real.static Sequence<DecisionVariable>DecisionVariable. convert2Sequence(DecisionVariable val)Conversion operation to an EnumValue.static java.lang.StringDecisionVariable. convert2String(DecisionVariable val)Conversion operation to String.private DecisionVariableConfiguration. findVariable(IDecisionVariable var, DecisionVariable dVar)Searches forvarindVar, i.e., whetherdVaror one of its contained variables holdesvar.Constructors in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type DecisionVariable Constructor Description Configuration(Configuration configuration, DecisionVariable[] variables, IVariableFilter filter)Creates a configuration from a given set of variables.
-