Uses of Interface
org.apache.jena.sparql.util.EqualityTest
Packages that use EqualityTest
-
Uses of EqualityTest in org.apache.jena.sparql.resultset
Classes in org.apache.jena.sparql.resultset that implement EqualityTestMethods in org.apache.jena.sparql.resultset with parameters of type EqualityTestModifier and TypeMethodDescriptionstatic booleanResultSetCompare.equal(Binding bind1, Binding bind2, EqualityTest test) Compare two bindings, use the node equality test providedstatic booleanResultSetCompare.equalsByTest(Collection<Binding> b1, Collection<Binding> b2, EqualityTest match) Constructors in org.apache.jena.sparql.resultset with parameters of type EqualityTest -
Uses of EqualityTest in org.apache.jena.sparql.util
Fields in org.apache.jena.sparql.util declared as EqualityTestModifier and TypeFieldDescriptionstatic EqualityTestNodeUtils.sameNodeBoth null or same node :Node.equalsstatic EqualityTestNodeUtils.sameRdfTermTerm comparison.static EqualityTestNodeUtils.sameValuesameValue by SPARQL rulesMethods in org.apache.jena.sparql.util with parameters of type EqualityTestModifier and TypeMethodDescriptionstatic booleanIsoAlg.isIsomorphic(Collection<org.apache.jena.atlas.lib.tuple.Tuple<Node>> x1, Collection<org.apache.jena.atlas.lib.tuple.Tuple<Node>> x2, EqualityTest nodeTest) Blank node isomorphism test.static booleanIsoAlg.isIsomorphic(Collection<org.apache.jena.atlas.lib.tuple.Tuple<Node>> x1, Collection<org.apache.jena.atlas.lib.tuple.Tuple<Node>> x2, Iso.Mappable mappable, EqualityTest nodeTest) Isomorphism test based on a class of mappable elements (e.g.static IsoAlg.MappingIsoAlg.isIsomorphic(org.apache.jena.atlas.lib.tuple.Tuple<Node> tuple1, org.apache.jena.atlas.lib.tuple.Tuple<Node> tuple2, IsoAlg.Mapping mapping, Iso.Mappable mappable, EqualityTest nodeTest) Isomorphism test based on a class of mappable elements (e.g.static booleanIsoMatcher.isomorphic(Collection<org.apache.jena.atlas.lib.tuple.Tuple<Node>> x1, Collection<org.apache.jena.atlas.lib.tuple.Tuple<Node>> x2, EqualityTest nodeTest) Collection of tuples isomorphism, with choice of when two nodes are "equal".