Uses of Class
org.aksw.commons.util.triplet.TripletPath
-
Packages that use TripletPath Package Description org.aksw.commons.util.triplet -
-
Uses of TripletPath in org.aksw.commons.util.triplet
Methods in org.aksw.commons.util.triplet that return TripletPath Modifier and Type Method Description TripletPath<V,E>TripletPath. concat(TripletPath<V,E> that)static <V,E>
TripletPath<V,Directed<E>>TripletPath. makeDirected(TripletPath<V,E> path)static <V,E>
TripletPath<V,E>TripletPath. makeUndirected(TripletPath<V,Directed<E>> path)TripletPath<V,E>TripletPath. reverse()TripletPath<V,E>TripletPath. subPath(int fromIndex, int toIndex)Methods in org.aksw.commons.util.triplet with parameters of type TripletPath Modifier and Type Method Description TripletPath<V,E>TripletPath. concat(TripletPath<V,E> that)static <V,E>
TripletPath<V,Directed<E>>TripletPath. makeDirected(TripletPath<V,E> path)static <V,E>
TripletPath<V,E>TripletPath. makeUndirected(TripletPath<V,Directed<E>> path)
-