Uses of Interface
net.ssehub.easy.varModel.confModel.paths.IResolutionPathElement
Packages that use IResolutionPathElement
Package
Description
This package represents a specific variability model configuration.
Support for deferred resolution paths.
Implements the evaluation of constraint syntax trees.
-
Uses of IResolutionPathElement in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel that return IResolutionPathElementModifier and TypeMethodDescriptionprotected IResolutionPathElementCompoundVariable.getPathForNestedElement(IDecisionVariable nested) Returns the resolution path for a nested element.protected IResolutionPathElementDecisionVariable.getPathForNestedElement(IDecisionVariable nested) Returns the resolution path for a nested element.DecisionVariable.getResolutionPath()IDecisionVariable.getResolutionPath()Returns a resolution path for this variable. -
Uses of IResolutionPathElement in net.ssehub.easy.varModel.confModel.paths
Classes in net.ssehub.easy.varModel.confModel.paths that implement IResolutionPathElementModifier and TypeClassDescriptionclassAn index access path element, e.g., for collections or as fallback.classRepresents a name-based access path element, e.g., for compounds.classThe start of a resolution path at a top-level variable.Fields in net.ssehub.easy.varModel.confModel.paths declared as IResolutionPathElementModifier and TypeFieldDescriptionprivate IResolutionPathElementIndexAccessPathElement.parentprivate IResolutionPathElementNameAccessPathElement.parentConstructors in net.ssehub.easy.varModel.confModel.paths with parameters of type IResolutionPathElementModifierConstructorDescriptionIndexAccessPathElement(IResolutionPathElement parent, int index) Creates an index access path element.NameAccessPathElement(IResolutionPathElement parent, String name) Creates a name access path element. -
Uses of IResolutionPathElement in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation declared as IResolutionPathElementMethods in net.ssehub.easy.varModel.cstEvaluation that return IResolutionPathElementConstructors in net.ssehub.easy.varModel.cstEvaluation with parameters of type IResolutionPathElementModifierConstructorDescription(package private)CollectionElementVariable(AbstractVariable base, IDatatype type, IResolutionPathElement path, int index) Creates a collection element variable.