java.lang.Object
org.aksw.jena_sparql_api_sparql_path2.playground.JoinSummaryPredicate<V,E>
- All Implemented Interfaces:
Predicate<NestedPath<V,E>>
Tests nested paths instances for whether the last two edges
are in accordance by the join summary
-
Field Summary
Fields
protected org.jgrapht.Graph<E,?>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
joinSummary
protected org.jgrapht.Graph<E,?> joinSummary
-
Constructor Details
-
JoinSummaryPredicate
public JoinSummaryPredicate(org.jgrapht.Graph<E,?> joinSummary)
-