Uses of Interface
org.aksw.commons.util.triplet.Triplet
Packages that use Triplet
-
Uses of Triplet in org.aksw.commons.util.triplet
Classes in org.aksw.commons.util.triplet that implement TripletFields in org.aksw.commons.util.triplet with type parameters of type TripletMethods in org.aksw.commons.util.triplet that return TripletModifier and TypeMethodDescriptionstatic <V,E> Triplet<V, E> TripletImpl.create(V s, E e, V o, boolean reverse) 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> Methods in org.aksw.commons.util.triplet that return types with arguments of type TripletModifier and TypeMethodDescriptionTripletPath.getTriplets()TripletPath.makeUndirected(List<Triplet<V, Directed<E>>> triplets) Methods in org.aksw.commons.util.triplet with parameters of type TripletModifier and TypeMethodDescriptionstatic 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.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> Vstatic <V> Vstatic <V> VTripletImpl.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> Method parameters in org.aksw.commons.util.triplet with type arguments of type TripletModifier and TypeMethodDescriptionTripletPath.makeUndirected(List<Triplet<V, Directed<E>>> triplets) Constructor parameters in org.aksw.commons.util.triplet with type arguments of type Triplet