Package org.aksw.facete.v3.api
Class PathListBase<T extends PathBase<T,S>,S>
java.lang.Object
org.aksw.facete.v3.api.PathListBase<T,S>
- All Implemented Interfaces:
PathBase<T,S>
- Direct Known Subclasses:
AliasedPathImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
steps
-
-
Constructor Details
-
PathListBase
-
-
Method Details
-
getSteps
Description copied from interface:PathBaseSteps can be seen as transitions/edges between nodes of a path. So steps may be based on an underlying graph model and thus include references to nodes, but the abstraction of this class does not mandate it. -
getParent
-
getLastStep
-
subPath
-
hashCode
public int hashCode() -
equals
-
toString
-