Class NodeLabelMappingImpl_AllToLiterals
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl.NodeLabelMappingImpl_AllToLiterals
- All Implemented Interfaces:
NodeLabelMapping
- Direct Known Subclasses:
NodeLabelMappingImpl_RegexMatchToLiterals
-
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 nodeLable mapping and, thus, may be one of the RDF terms returned by theNodeLabelMapping.map(String)
function for some String.org.apache.jena.graph.Node
Returns a URI or a literal nodeLabel (in the form of a JenaNode
object) for the given String.unmap
(org.apache.jena.graph.Node node) Returns the String that corresponds to the given RDF term.
-
Constructor Details
-
NodeLabelMappingImpl_AllToLiterals
public NodeLabelMappingImpl_AllToLiterals()
-
-
Method Details
-
map
Description copied from interface:NodeLabelMapping
Returns a URI or a literal nodeLabel (in the form of a JenaNode
object) for the given String. It applies this nodeLabel mapping to the given String.- Specified by:
map
in interfaceNodeLabelMapping
-
unmap
Description copied from interface:NodeLabelMapping
Returns the String that corresponds to the given RDF term. It applies the inverse of this nodeLabel mapping to the given RDF term (which is assumed to be a literal or an IRI) in order to obtain the corresponding String.- Specified by:
unmap
in interfaceNodeLabelMapping
-
isPossibleResult
public boolean isPossibleResult(org.apache.jena.graph.Node node) Description copied from interface:NodeLabelMapping
Check if the given RDF term is in the image of this nodeLable mapping and, thus, may be one of the RDF terms returned by theNodeLabelMapping.map(String)
function for some String.- Specified by:
isPossibleResult
in interfaceNodeLabelMapping
-