Class PathOpsWrapperBase<T, P extends Path<T>>
java.lang.Object
org.aksw.commons.path.core.PathOpsWrapperBase<T,P>
- All Implemented Interfaces:
PathOps<T,P>, PathOpsWrapper<T, P>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PathOps
create, newAbsolutePath, newAbsolutePath, newAbsolutePath, newRelativePath, newRelativePath, newRelativePathMethods inherited from interface PathOpsWrapper
fromString, getBasePathSegments, getComparator, getParentToken, getSelfToken, newPath, toString, toStringRaw, upcast
-
Field Details
-
delegate
-
-
Constructor Details
-
PathOpsWrapperBase
-
-
Method Details
-
getDelegate
- Specified by:
getDelegatein interfacePathOpsWrapper<T, P extends Path<T>>
-