Class NameAccessPathElement
java.lang.Object
net.ssehub.easy.varModel.confModel.paths.NameAccessPathElement
- All Implemented Interfaces:
IResolutionPathElement
Represents a name-based access path element, e.g., for compounds.
- Author:
- Holger Eichelberger
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNameAccessPathElement(IResolutionPathElement parent, String name) Creates a name access path element. -
Method Summary
-
Field Details
-
parent
-
name
-
-
Constructor Details
-
NameAccessPathElement
Creates a name access path element.- Parameters:
parent- the parent pathname- the name representing the access
-
-
Method Details
-
resolve
Description copied from interface:IResolutionPathElementResolves this path forconfig.- Specified by:
resolvein interfaceIResolutionPathElement- Parameters:
config- the configuration to resolve on- Returns:
- the resolved decision variable (may be null if resolution fails)
-