Uses of Interface
se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl.NodeLabelMapping
Packages that use NodeLabelMapping
Package
Description
-
Uses of NodeLabelMapping in se.liu.ida.hefquin.engine.wrappers.lpg.conf
Methods in se.liu.ida.hefquin.engine.wrappers.lpg.conf that return NodeLabelMappingModifier and TypeMethodDescriptionLPG2RDFConfigurationReader.readCompositeNodeLabelMapping
(org.apache.jena.rdf.model.Resource nlm) LPG2RDFConfigurationReader.readIRIPrefixBasedNodeLabelMapping
(org.apache.jena.rdf.model.Resource nlm) LPG2RDFConfigurationReader.readLiteralBasedNodeLabelMapping
(org.apache.jena.rdf.model.Resource nlm) LPG2RDFConfigurationReader.readNodeLabelMapping
(org.apache.jena.rdf.model.Resource nlm) LPG2RDFConfigurationReader.readNodeLabelMappingFromConfig
(org.apache.jena.rdf.model.Resource lpg2rdfConfig) LPG2RDFConfigurationReader.readRegexBasedNodeLabelMapping
(org.apache.jena.rdf.model.Resource nlm) LPG2RDFConfigurationReader.readSingletonIRINodeLabelMapping
(org.apache.jena.rdf.model.Resource nlm) LPG2RDFConfigurationReader.readSingletonLiteralNodeLabelMapping
(org.apache.jena.rdf.model.Resource nlm) -
Uses of NodeLabelMapping in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl
Classes in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl that implement NodeLabelMappingModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Fields in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl declared as NodeLabelMappingFields in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl with type parameters of type NodeLabelMappingModifier and TypeFieldDescriptionprotected final List<NodeLabelMapping>
CompositeNodeLabelMappingImpl.nodeLabelMappings
Constructors in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl with parameters of type NodeLabelMappingModifierConstructorDescriptionLPG2RDFConfigurationImpl
(NodeMapping nm, NodeLabelMapping nlm, EdgeLabelMapping elm, PropertyNameMapping pm, org.apache.jena.graph.Node labelPredicate) Constructor parameters in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl with type arguments of type NodeLabelMappingModifierConstructorDescriptionCompositeNodeLabelMappingImpl
(List<NodeLabelMapping> nodeLabelMappings)