Uses of Interface
net.ssehub.easy.varModel.confModel.paths.IResolutionPathElement
-
Packages that use IResolutionPathElement Package Description net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions.net.ssehub.easy.varModel.confModel This package represents a specific variability model configuration.net.ssehub.easy.varModel.confModel.paths Support for deferred resolution paths.net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees. -
-
Uses of IResolutionPathElement in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that return IResolutionPathElement Modifier and Type Method Description IResolutionPathElementAbstractIvmlVariable.DecVar. getResolutionPath() -
Uses of IResolutionPathElement in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel that return IResolutionPathElement Modifier and Type Method Description protected 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.IResolutionPathElementDecisionVariable. getResolutionPath()IResolutionPathElementIDecisionVariable. 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 IResolutionPathElement Modifier and Type Class Description classIndexAccessPathElementAn index access path element, e.g., for collections or as fallback.classNameAccessPathElementRepresents a name-based access path element, e.g., for compounds.classStartPathElementThe start of a resolution path at a top-level variable.Fields in net.ssehub.easy.varModel.confModel.paths declared as IResolutionPathElement Modifier and Type Field Description private IResolutionPathElementIndexAccessPathElement. parentprivate IResolutionPathElementNameAccessPathElement. parentConstructors in net.ssehub.easy.varModel.confModel.paths with parameters of type IResolutionPathElement Constructor Description IndexAccessPathElement(IResolutionPathElement parent, int index)Creates an index access path element.NameAccessPathElement(IResolutionPathElement parent, java.lang.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 IResolutionPathElement Modifier and Type Field Description private IResolutionPathElementCollectionElementVariable. pathMethods in net.ssehub.easy.varModel.cstEvaluation that return IResolutionPathElement Modifier and Type Method Description IResolutionPathElementLocalDecisionVariable. getResolutionPath()Constructors in net.ssehub.easy.varModel.cstEvaluation with parameters of type IResolutionPathElement Constructor Description CollectionElementVariable(AbstractVariable base, IDatatype type, IResolutionPathElement path, int index)Creates a collection element variable.
-