PathExtractorImpl
public interface PathExtractor
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
findFeature(Item item) |
Finds the feature associated with this object.
|
Item |
findItem(Item item) |
Finds the item associated with this object.
|
Item findItem(Item item)
item
- the starting point for the path navigationjava.lang.Object findFeature(Item item)
item
- the starting point for the path navigation