Uses of Class
se.liu.ida.hefquin.engine.wrappers.lpg.data.impl.LPGNode
Packages that use LPGNode
Package
Description
-
Uses of LPGNode in se.liu.ida.hefquin.engine.wrappers.lpg.conf
Methods in se.liu.ida.hefquin.engine.wrappers.lpg.conf that return LPGNodeModifier and TypeMethodDescriptionLPG2RDFConfiguration.getLPGNodeForRDFTerm
(org.apache.jena.graph.Node term) Applies the inverse of the node mapping to the given RDF term and, thus, returns the LPG node that is mapped to the given RDF term (which must be an IRI or a blank node).Methods in se.liu.ida.hefquin.engine.wrappers.lpg.conf with parameters of type LPGNodeModifier and TypeMethodDescriptionorg.apache.jena.graph.Node
LPG2RDFConfiguration.getRDFTermForLPGNode
(LPGNode node) Applies the node mapping to the given LPG node and, thus, returns the IRI or blank node (in the form of a JenaNode
object) that the LPG node is mapped to. -
Uses of LPGNode in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl
Methods in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl that return LPGNodeModifier and TypeMethodDescriptionLPG2RDFConfigurationImpl.getLPGNodeForRDFTerm
(org.apache.jena.graph.Node node) NodeMapping.unmap
(org.apache.jena.graph.Node node) Returns the LPG node that corresponds to the given RDF term.NodeMappingImpl_AllToBNodes.unmap
(org.apache.jena.graph.Node node) NodeMappingImpl_AllToURIs.unmap
(org.apache.jena.graph.Node node) Methods in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl with parameters of type LPGNodeModifier and TypeMethodDescriptionorg.apache.jena.graph.Node
LPG2RDFConfigurationImpl.getRDFTermForLPGNode
(LPGNode 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.org.apache.jena.graph.Node
org.apache.jena.graph.Node
-
Uses of LPGNode in se.liu.ida.hefquin.engine.wrappers.lpg.data.impl
Fields in se.liu.ida.hefquin.engine.wrappers.lpg.data.impl declared as LPGNodeMethods in se.liu.ida.hefquin.engine.wrappers.lpg.data.impl that return LPGNodeConstructors in se.liu.ida.hefquin.engine.wrappers.lpg.data.impl with parameters of type LPGNode