| Package | Description |
|---|---|
| org.apache.jena.sparql.resultset | |
| org.apache.jena.sparql.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
ResultSetCompare.BNodeIso |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ResultSetCompare.equal(Binding bind1,
Binding bind2,
EqualityTest test)
Compare two bindings, use the node equality test provided
|
static boolean |
ResultSetCompare.equalsByTest(Collection<Binding> b1,
Collection<Binding> b2,
EqualityTest match) |
| Constructor and Description |
|---|
BNodeIso(EqualityTest literalTest) |
| Modifier and Type | Field and Description |
|---|---|
static EqualityTest |
NodeUtils.sameNode
Both null or same node :
Node.equals |
static EqualityTest |
NodeUtils.sameRdfTerm
Term comparison.
|
static EqualityTest |
NodeUtils.sameTerm
Deprecated.
|
static EqualityTest |
NodeUtils.sameValue
sameValue by SPARQL rules
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IsoAlg.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 boolean |
IsoAlg.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 boolean |
IsoMatcher.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".
|
| Constructor and Description |
|---|
IsoMatcher(List<org.apache.jena.atlas.lib.tuple.Tuple<Node>> g1,
List<org.apache.jena.atlas.lib.tuple.Tuple<Node>> g2,
EqualityTest nodeTest)
Deprecated.
|
Licenced under the Apache License, Version 2.0