Uses of Interface
org.apache.jena.sparql.util.EqualityTest
-
Packages that use EqualityTest Package Description org.apache.jena.sparql.resultset org.apache.jena.sparql.util -
-
Uses of EqualityTest in org.apache.jena.sparql.resultset
Classes in org.apache.jena.sparql.resultset that implement EqualityTest Modifier and Type Class Description static classResultSetCompare.BNodeIsoMethods in org.apache.jena.sparql.resultset with parameters of type EqualityTest Modifier and Type Method Description static booleanResultSetCompare. equal(Binding bind1, Binding bind2, EqualityTest test)Compare two bindings, use the node equality test providedstatic booleanResultSetCompare. equalsByTest(java.util.Collection<Binding> b1, java.util.Collection<Binding> b2, EqualityTest match)Constructors in org.apache.jena.sparql.resultset with parameters of type EqualityTest Constructor Description BNodeIso(EqualityTest literalTest) -
Uses of EqualityTest in org.apache.jena.sparql.util
Fields in org.apache.jena.sparql.util declared as EqualityTest Modifier and Type Field Description static 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 EqualityTest Modifier and Type Method Description static booleanIsoAlg. isIsomorphic(java.util.Collection<org.apache.jena.atlas.lib.tuple.Tuple<Node>> x1, java.util.Collection<org.apache.jena.atlas.lib.tuple.Tuple<Node>> x2, EqualityTest nodeTest)Blank node isomorphism test.static booleanIsoAlg. isIsomorphic(java.util.Collection<org.apache.jena.atlas.lib.tuple.Tuple<Node>> x1, java.util.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(java.util.Collection<org.apache.jena.atlas.lib.tuple.Tuple<Node>> x1, java.util.Collection<org.apache.jena.atlas.lib.tuple.Tuple<Node>> x2, EqualityTest nodeTest)Collection of tuples isomorphism, with choice of when two nodes are "equal".
-