Uses of Interface
org.apache.jena.sparql.util.Iso.Mappable
-
Packages that use Iso.Mappable Package Description org.apache.jena.sparql.util -
-
Uses of Iso.Mappable in org.apache.jena.sparql.util
Fields in org.apache.jena.sparql.util declared as Iso.Mappable Modifier and Type Field Description static Iso.MappableIso. mappableBlankNodesBlank nodes are mappable inIsoAlgstatic Iso.MappableIso. mappableBlankNodesVariablesBlank nodes and variables are mappable inIsoAlgstatic Iso.MappableIso. mappableVariablesBlank nodes and variables are mappable inIsoAlgMethods in org.apache.jena.sparql.util with parameters of type Iso.Mappable 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, 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.
-