public class FeaturePath
extends java.lang.Object
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
Encapsulate a path to features also known as nested feature like person.nameModifier and Type | Method and Description |
---|---|
static FeaturePath |
fromList(EStructuralFeature... featurePath)
Create a feature path from the list of given features
|
EStructuralFeature[] |
getFeaturePath() |
public EStructuralFeature[] getFeaturePath()
public static FeaturePath fromList(EStructuralFeature... featurePath)
featurePath
- the list of feature to go from the local instance to the
requested instance. The features all have to be single valued ones.java.lang.IllegalArgumentException
- if one of the features beside the last one is a list