Uses of Interface
org.aksw.commons.util.triplet.Triplet
-
Packages that use Triplet Package Description org.aksw.commons.util.triplet -
-
Uses of Triplet in org.aksw.commons.util.triplet
Classes in org.aksw.commons.util.triplet that implement Triplet Modifier and Type Class Description classTripletImpl<V,E>Fields in org.aksw.commons.util.triplet with type parameters of type Triplet Modifier and Type Field Description protected List<Triplet<V,E>>TripletPath. tripletsMethods in org.aksw.commons.util.triplet that return Triplet Modifier and Type Method Description static <V,E>
Triplet<V,E>TripletImpl. create(V s, E e, V o, boolean reverse)static <V,E>
Triplet<V,Directed<E>>TripletImpl. makeDirected(Triplet<V,E> in, V source)static <V,E>
Triplet<V,E>TripletImpl. makeUndirected(Triplet<V,Directed<E>> in)static <V,E>
Triplet<V,E>Triplet. swap(Triplet<V,E> t)Methods in org.aksw.commons.util.triplet that return types with arguments of type Triplet Modifier and Type Method Description List<Triplet<V,E>>TripletPath. getTriplets()static <V,E>
List<Triplet<V,E>>TripletPath. makeUndirected(List<Triplet<V,Directed<E>>> triplets)Methods in org.aksw.commons.util.triplet with parameters of type Triplet Modifier and Type Method Description static intTripletImpl. getDirection(Triplet<?,?> triplet, Object node)Returns a bit mask: index: 1 0 [bwdBit] [fwdBit] The first bit indicates whether the subject was equal to the given node, the second bit whether the object was equal to the given node.static List<Boolean>TripletImpl. getDirections(Triplet<?,?> triplet, Object node)Return a list of indices based on whether the given node is equal to the triple's subject and/or object.static <V> VTripletImpl. getSource(Triplet<V,?> triplet, boolean reverse)static <V> VTripletImpl. getTarget(Triplet<V,?> triplet, boolean reverse)static <V> VTripletImpl. getTarget(Triplet<V,?> triplet, Object source)static <V,E>
Triplet<V,Directed<E>>TripletImpl. makeDirected(Triplet<V,E> in, V source)static <V,E>
Triplet<V,E>TripletImpl. makeUndirected(Triplet<V,Directed<E>> in)static <V,E>
Triplet<V,E>Triplet. swap(Triplet<V,E> t)Method parameters in org.aksw.commons.util.triplet with type arguments of type Triplet Modifier and Type Method Description static <V,E>
List<Triplet<V,E>>TripletPath. makeUndirected(List<Triplet<V,Directed<E>>> triplets)Constructor parameters in org.aksw.commons.util.triplet with type arguments of type Triplet Constructor Description TripletPath(V start, V end, List<Triplet<V,E>> triples)
-