Class JoinSummaryPredicate<V,E>

java.lang.Object
org.aksw.jena_sparql_api_sparql_path2.playground.JoinSummaryPredicate<V,E>
All Implemented Interfaces:
Predicate<NestedPath<V,E>>

public class JoinSummaryPredicate<V,E> extends Object implements Predicate<NestedPath<V,E>>
Tests nested paths instances for whether the last two edges are in accordance by the join summary
  • Field Details

    • joinSummary

      protected org.jgrapht.Graph<E,?> joinSummary
  • Constructor Details

    • JoinSummaryPredicate

      public JoinSummaryPredicate(org.jgrapht.Graph<E,?> joinSummary)
  • Method Details