Uses of Interface
org.apache.jena.sparql.util.Iso.Mappable
Packages that use Iso.Mappable
-
Uses of Iso.Mappable in org.apache.jena.sparql.util
Fields in org.apache.jena.sparql.util declared as Iso.MappableModifier and TypeFieldDescriptionstatic Iso.Mappable
Blank nodes are mappable inIsoAlg
static Iso.Mappable
Blank nodes and variables are mappable inIsoAlg
static Iso.Mappable
Blank nodes and variables are mappable inIsoAlg
Methods in org.apache.jena.sparql.util with parameters of type Iso.MappableModifier and TypeMethodDescriptionstatic boolean
IsoAlg.isIsomorphic
(Collection<org.apache.jena.atlas.lib.tuple.Tuple<org.apache.jena.graph.Node>> x1, Collection<org.apache.jena.atlas.lib.tuple.Tuple<org.apache.jena.graph.Node>> x2, Iso.Mappable mappable, EqualityTest nodeTest) Isomorphism test based on a class of mappable elements (e.g. blank nodes Iso.mappableBlankNodes, or blank nodes and variables Iso.mappableBlankNodesVariables).static IsoAlg.Mapping
IsoAlg.isIsomorphic
(org.apache.jena.atlas.lib.tuple.Tuple<org.apache.jena.graph.Node> tuple1, org.apache.jena.atlas.lib.tuple.Tuple<org.apache.jena.graph.Node> tuple2, IsoAlg.Mapping mapping, Iso.Mappable mappable, EqualityTest nodeTest) Isomorphism test based on a class of mappable elements (e.g. blank nodes Iso.mappableBlankNodes, or blank nodes and variables Iso.mappableBlankNodesVariables).