Uses of Interface
se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl.PropertyNameMapping
Packages that use PropertyNameMapping
Package
Description
-
Uses of PropertyNameMapping in se.liu.ida.hefquin.engine.wrappers.lpg.conf
Methods in se.liu.ida.hefquin.engine.wrappers.lpg.conf that return PropertyNameMappingModifier and TypeMethodDescriptionLPG2RDFConfigurationReader.readCompositePropertyNameMapping
(org.apache.jena.rdf.model.Resource pm) LPG2RDFConfigurationReader.readIRIPrefixBasedPropertyNameMapping
(org.apache.jena.rdf.model.Resource pm) LPG2RDFConfigurationReader.readPropertyNameMapping
(org.apache.jena.rdf.model.Resource pm) LPG2RDFConfigurationReader.readPropertyNameMappingFromConfig
(org.apache.jena.rdf.model.Resource lpg2rdfConfig) LPG2RDFConfigurationReader.readRegexBasedPropertyNameMapping
(org.apache.jena.rdf.model.Resource pm) LPG2RDFConfigurationReader.readSingletonIRIPropertyNameMapping
(org.apache.jena.rdf.model.Resource pm) -
Uses of PropertyNameMapping in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl
Classes in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl that implement PropertyNameMappingModifier and TypeClassDescriptionclass
class
class
class
Fields in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl declared as PropertyNameMappingFields in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl with type parameters of type PropertyNameMappingModifier and TypeFieldDescriptionprotected final List<PropertyNameMapping>
CompositePropertyNameMappingImpl.propertyNameMappings
Constructors in se.liu.ida.hefquin.engine.wrappers.lpg.conf.impl with parameters of type PropertyNameMappingModifierConstructorDescriptionLPG2RDFConfigurationImpl
(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 PropertyNameMappingModifierConstructorDescriptionCompositePropertyNameMappingImpl
(List<PropertyNameMapping> propertyNameMappings)