Class BidirectionalSearch<S,G,V,E>
java.lang.Object
org.aksw.jena_sparql_api.sparql_path2.BidirectionalSearch<S,G,V,E>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<NestedPath<V,E>> protected NfaFrontier<S,G, V, E> protected NfaFrontier<S,G, V, E> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <S,V, E> Set<org.aksw.commons.util.triplet.TripletPath<V, E>> intersect(NfaFrontier<S, V, V, E> fwd, NfaFrontier<S, V, V, E> bwd)
-
Field Details
-
fwdFrontier
-
bwdFrontier
-
accepted
-
pathCallback
-
-
Constructor Details
-
BidirectionalSearch
public BidirectionalSearch()
-
-
Method Details
-
intersect
public static <S,V, Set<org.aksw.commons.util.triplet.TripletPath<V,E> E>> intersect(NfaFrontier<S, V, V, E> fwd, NfaFrontier<S, V, V, E> bwd)
-