Package org.apache.jena.sparql.util
Class IsoAlg.Mapping
- java.lang.Object
-
- org.apache.jena.sparql.util.IsoAlg.Mapping
-
- Enclosing class:
- IsoAlg
public static class IsoAlg.Mapping extends java.lang.ObjectRecord the mapping of a node. This is a one-way linked list.
-
-
Field Summary
Fields Modifier and Type Field Description static IsoAlg.MappingrootMapping
-
Constructor Summary
Constructors Constructor Description Mapping(IsoAlg.Mapping parent, Node node1, Node node2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nodemap(Node node)booleanmapped(Node node)NodereverseMap(Node node)booleanreverseMapped(Node node)java.lang.StringtoString()
-
-
-
Field Detail
-
rootMapping
public static final IsoAlg.Mapping rootMapping
-
-
Constructor Detail
-
Mapping
public Mapping(IsoAlg.Mapping parent, Node node1, Node node2)
-
-