Uses of Interface
se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl.EdgeLabelMapping
Packages that use EdgeLabelMapping
Package
Description
-
Uses of EdgeLabelMapping in se.liu.ida.hefquin.engine.wrappers.lpg.conf
Methods in se.liu.ida.hefquin.engine.wrappers.lpg.conf that return EdgeLabelMappingModifier and TypeMethodDescriptionLPG2RDFConfigurationReader.readCompositeEdgeLabelMapping
(org.apache.jena.rdf.model.Resource elm) LPG2RDFConfigurationReader.readEdgeLabelMapping
(org.apache.jena.rdf.model.Resource elm) LPG2RDFConfigurationReader.readEdgeLabelMappingFromConfig
(org.apache.jena.rdf.model.Resource lpg2rdfConfig) LPG2RDFConfigurationReader.readIRIPrefixBasedEdgeLabelMapping
(org.apache.jena.rdf.model.Resource elm) LPG2RDFConfigurationReader.readRegexBasedEdgeLabelMapping
(org.apache.jena.rdf.model.Resource elm) LPG2RDFConfigurationReader.readSingletonIRIEdgeLabelMapping
(org.apache.jena.rdf.model.Resource elm) -
Uses of EdgeLabelMapping in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl
Classes in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl that implement EdgeLabelMappingModifier and TypeClassDescriptionclass
class
class
class
Fields in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl declared as EdgeLabelMappingFields in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl with type parameters of type EdgeLabelMappingModifier and TypeFieldDescriptionprotected final List<EdgeLabelMapping>
CompositeEdgeLabelMappingImpl.edgeLabelMappings
Constructors in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl with parameters of type EdgeLabelMappingModifierConstructorDescriptionLPG2RDFConfigurationImpl
(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 EdgeLabelMappingModifierConstructorDescriptionCompositeEdgeLabelMappingImpl
(List<EdgeLabelMapping> edgeLabelMappings)