Class NodeMappingImpl_AllToBNodes
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl.NodeMappingImpl_AllToBNodes
- All Implemented Interfaces:
NodeMapping
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isPossibleResult
(org.apache.jena.graph.Node node) Check if the given RDF term is in the image of this node mapping and, thus, may be one of the RDF terms returned by theNodeMapping.map(LPGNode)
function for some LPG node.org.apache.jena.graph.Node
Returns a URI or a blank node (in the form of a JenaNode
object) for the given LPG node.unmap
(org.apache.jena.graph.Node node) Returns the LPG node that corresponds to the given RDF term.
-
Constructor Details
-
NodeMappingImpl_AllToBNodes
public NodeMappingImpl_AllToBNodes()
-
-
Method Details
-
map
Description copied from interface:NodeMapping
Returns a URI or a blank node (in the form of a JenaNode
object) for the given LPG node. It applies this node mapping to the given LPG node- Specified by:
map
in interfaceNodeMapping
-
unmap
Description copied from interface:NodeMapping
Returns the LPG node that corresponds to the given RDF term. It applies the inverse of this node mapping to the given RDF term (which is assumed to be a blank node or an IRI) in order to obtain the corresponding LPG node.- Specified by:
unmap
in interfaceNodeMapping
-
isPossibleResult
public boolean isPossibleResult(org.apache.jena.graph.Node node) Description copied from interface:NodeMapping
Check if the given RDF term is in the image of this node mapping and, thus, may be one of the RDF terms returned by theNodeMapping.map(LPGNode)
function for some LPG node.- Specified by:
isPossibleResult
in interfaceNodeMapping
-