Uses of Class
net.ssehub.easy.varModel.model.values.ValueDoesNotMatchTypeException
-
Packages that use ValueDoesNotMatchTypeException Package Description de.uni_hildesheim.sse.translation The mechanisms needed to translate an IVML Ecore model into an IVML object model.net.ssehub.easy.producer.ui.confModel This package holds a GUI representation of the configuration with methods and additional information as needed by the Eclipse UI.net.ssehub.easy.producer.ui.productline_editor This package contains the editor for configuring the product line.net.ssehub.easy.reasoning.sseReasoner.model Package for creating a reasoning model: constraint container, project hierachy evaluator and other.net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees.net.ssehub.easy.varModel.model Base package for the variability model.net.ssehub.easy.varModel.model.values Instances of the datatypes. -
-
Uses of ValueDoesNotMatchTypeException in de.uni_hildesheim.sse.translation
Methods in de.uni_hildesheim.sse.translation that throw ValueDoesNotMatchTypeException Modifier and Type Method Description private ConstraintSyntaxTreeExpressionTranslator. processCompoundInitializer(IDatatype lhsType, TypeContext context, IModelElement parent, IDatatype specificType, org.eclipse.emf.common.util.EList<de.uni_hildesheim.sse.ivml.ExpressionListEntry> entryList)Processes a compound initializer.private ConstraintSyntaxTreeExpressionTranslator. processContainerInitializer(IDatatype lhsType, TypeContext context, IModelElement parent, org.eclipse.emf.common.util.EList<de.uni_hildesheim.sse.ivml.ExpressionListEntry> entryList)Processes a container initializer. -
Uses of ValueDoesNotMatchTypeException in net.ssehub.easy.producer.ui.confModel
Methods in net.ssehub.easy.producer.ui.confModel that throw ValueDoesNotMatchTypeException Modifier and Type Method Description protected ValueAbstractExpandableGUIVariable. getValueAssignment(java.lang.Object value)protected ValueBasisGUIVariable. getValueAssignment(java.lang.Object value)protected ValueComboboxGUIVariable. getValueAssignment(java.lang.Object value)protected abstract ValueGUIVariable. getValueAssignment(java.lang.Object value)Converts the given object into aValue. -
Uses of ValueDoesNotMatchTypeException in net.ssehub.easy.producer.ui.productline_editor
Methods in net.ssehub.easy.producer.ui.productline_editor that throw ValueDoesNotMatchTypeException Modifier and Type Method Description protected ValueConfigurationTableEditorFactory.DelegatingGuiVariable. getValueAssignment(java.lang.Object value)ValueIOverridingEditor. getValueAssignment(java.lang.Object value)Converts the given object into aValue. -
Uses of ValueDoesNotMatchTypeException in net.ssehub.easy.reasoning.sseReasoner.model
Methods in net.ssehub.easy.reasoning.sseReasoner.model that throw ValueDoesNotMatchTypeException Modifier and Type Method Description static ValueReasoningUtils. createTypeValue(IDatatype type)Creates a type value.static ConstraintSyntaxTreeReasoningUtils. createTypeValueConstant(IDatatype type)Creates a type value constraint tree node. -
Uses of ValueDoesNotMatchTypeException in net.ssehub.easy.varModel.cstEvaluation
Methods in net.ssehub.easy.varModel.cstEvaluation that throw ValueDoesNotMatchTypeException Modifier and Type Method Description ValueContainerIterators.ClosureIteratorEvaluator. aggregate(EvaluationAccessor result, Value iter, EvaluationAccessor value, java.util.Map<java.lang.Object,java.lang.Object> data)BooleanValueContainerIterators.CollectIteratorEvaluator. aggregate(EvaluationAccessor result, Value iter, EvaluationAccessor value, java.util.Map<java.lang.Object,java.lang.Object> data)BooleanValueContainerIterators.NumberIteratorEvaluator. aggregate(EvaluationAccessor result, Value iter, EvaluationAccessor value, java.util.Map<java.lang.Object,java.lang.Object> data)ValueIIteratorEvaluator. aggregate(EvaluationAccessor result, Value iter, EvaluationAccessor value, java.util.Map<java.lang.Object,java.lang.Object> data)Aggregatevaluetoresult.(package private) static IDecisionVariableVariableValueCopier. copy(IDecisionVariable variable, java.lang.String namePrefix)Copies the given variable.private ValueVariableValueCopier. copy(IDecisionVariable source, IDecisionVariable target, VariableValueCopier.IFreezeProvider freezeProvider)Copies the value ofsourcevariable to targetvariable.private ValueVariableValueCopier. copySingleVariable(IDecisionVariable source, IDecisionVariable target, VariableValueCopier.IFreezeProvider freezeProvider, boolean adding)Copies a single variable fromsourceto target and ensures in case of a reference target that a respective variable is created.ConstraintSyntaxTreeVariableValueCopier.EnumAttributeFreezeProvider. createButExpression(DecisionVariableDeclaration freezeIter)ConstraintSyntaxTreeVariableValueCopier.IFreezeProvider. createButExpression(DecisionVariableDeclaration freezeIter)Creates the freeze-but expression.ConstraintSyntaxTreeVariableValueCopier.SourceBasedFreezeProvider. createButExpression(DecisionVariableDeclaration freezeIter)private voidVariableValueCopier. doFreeze(VariableValueCopier.IFreezeProvider freezeProvider, Configuration cfg, IDecisionVariable var, IFreezable freezable)Tries to freezefreezable.private ContainerVariableVariableValueCopier. ensureContainerVariable(ContainerVariable target)Ensures that the given container variable is configured and empty.ValueContainerIterators.CollectingIteratorEvaluator. getStartResult(IDatatype type, IDatatype iterType)ValueContainerIterators.NumberIteratorEvaluator. getStartResult(IDatatype type, IDatatype iterType)ValueIIteratorEvaluator. getStartResult(IDatatype type, IDatatype iterType)Returns the start result.private booleanContainerIterators.ClosureIteratorEvaluator. handleNextValue(Value value, ContainerValue result, java.util.Map<java.lang.Object,java.lang.Object> data, java.util.List<Value> nextValues)Handles the next value by checking whether it was already added.voidContainerIterators.CollectingIteratorEvaluator. postProcessResult(EvaluationAccessor result, java.util.Map<java.lang.Object,java.lang.Object> data)voidContainerIterators.NumberIteratorEvaluator. postProcessResult(EvaluationAccessor result, java.util.Map<java.lang.Object,java.lang.Object> data)voidIIteratorEvaluator. postProcessResult(EvaluationAccessor result, java.util.Map<java.lang.Object,java.lang.Object> data)Called to post-process the actual result at the end after the last iteration.voidVariableValueCopier. process(Configuration config)Processes a configuration according to the copy specifications.private voidVariableValueCopier. process(IDecisionVariable variable, IDecisionVariable base, java.lang.String prefix, java.util.Map<java.lang.String,VariableValueCopier.CopySpec> fieldSpecs, java.util.Set<IDecisionVariable> done)Processes a decision variable.voidListWrapperValue. setValue(java.lang.Object value) -
Uses of ValueDoesNotMatchTypeException in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model that throw ValueDoesNotMatchTypeException Modifier and Type Method Description static ConstraintSyntaxTreeExpressionVersionRestriction. createSingleRestriction(DecisionVariableDeclaration var, java.lang.String operator, Version version)Creates a typical single restriction from the given variable (seeExpressionVersionRestriction.createRestrictionVars(String), the operator and the version.voidAbstractVariable. setValue(java.lang.Object... values)Defines (possible multiple) default value(s).voidAbstractVariable. setValue(java.lang.String value)Defines the default value.voidAbstractVariable. setValue(ConstraintSyntaxTree value)Defines the default value. -
Uses of ValueDoesNotMatchTypeException in net.ssehub.easy.varModel.model.values
Methods in net.ssehub.easy.varModel.model.values that throw ValueDoesNotMatchTypeException Modifier and Type Method Description voidContainerValue. addElement(int pos, Value value)Adds avalueat the positionpos.voidContainerValue. addElement(Value value)Adds an element to this container.private voidContainerValue. checkContainedType(Value value)Checks whethervalueis type compliant with theContainerValue.getContainedType().voidCompoundValue. configureValue(java.lang.String name, java.lang.Object value)Method to get the object which a specific name of the hashMap.voidCompoundValue. copyValuesFrom(CompoundValue source)Copies the values fromsource.voidContainerValue. copyValuesFrom(ContainerValue source)Copies the values fromsource.static ValueValueFactory. createValue(IDatatype type, java.lang.Object... value)Creates and returns a Value.ValueValueFactory.IValueCreator. createValue(IDatatype type, java.lang.Object... value)Part of this Factory, should call the constructor of a value.private voidCompoundValue. initialize(IDecisionVariableContainer container, java.util.Map<java.lang.String,java.lang.Object> initialValues)Initializes a variable container.private voidCompoundValue. initializeAttributeAssignment(AttributeAssignment assng, java.util.Map<java.lang.String,java.lang.Object> initialValues)Initializes an attribute assignment.voidBooleanValue. setValue(java.lang.Object value)voidCompoundValue. setValue(java.lang.Object value)voidConstraintValue. setValue(java.lang.Object value)Setter for the value.voidContainerValue. setValue(int index, Value nestedValue)Sets the value for an already existent nested value.voidContainerValue. setValue(java.lang.Object value)voidEnumValue. setValue(java.lang.Object value)voidIntValue. setValue(java.lang.Object value)voidMetaTypeValue. setValue(java.lang.Object value)voidNullValue. setValue(java.lang.Object value)voidRealValue. setValue(java.lang.Object value)voidReferenceValue. setValue(java.lang.Object value)voidStringValue. setValue(java.lang.Object value)Setter for the value.abstract voidValue. setValue(java.lang.Object value)Abstract setValue-method.voidVersionValue. setValue(java.lang.Object value)static BooleanValueBooleanValue. toBooleanValueEx(java.lang.String value)Converts a String ("true", "false") into an IVML boolean value.Constructors in net.ssehub.easy.varModel.model.values that throw ValueDoesNotMatchTypeException Constructor Description BooleanValue(java.lang.String value)Constructor.CompoundValue(Compound compound)Constructor for a new CompoundValue.CompoundValue(Compound compound, java.lang.Object... value)Constructor for a new CompoundValue.ConstraintValue(java.lang.Object value)Constructor.ContainerValue(Container container, boolean check, java.lang.Object... value)Constructor for a new ContainerValue.ContainerValue(Container container, java.lang.Object... value)Constructor for a new ContainerValue.ContainerValue(Container container, ContainerValue source)Creates a new compound value by copying the values fromsource.EnumValue(Enum enumType, java.lang.Object value)Constructor for a new EnumValue.IntValue(java.lang.String value)Constructor.MetaTypeValue(java.lang.Object value)Constructor.RealValue(java.lang.String value)Constructor.ReferenceValue(IDatatype origin, java.lang.Object... ref)Constructor for a new ReferenceValue.VersionValue(java.lang.Object value)Constructor.
-