Uses of Interface
se.liu.ida.hefquin.base.data.mappings.TermMapping
Packages that use TermMapping
-
Uses of TermMapping in se.liu.ida.hefquin.base.data.mappings.impl
Classes in se.liu.ida.hefquin.base.data.mappings.impl that implement TermMappingFields in se.liu.ida.hefquin.base.data.mappings.impl with type parameters of type TermMappingModifier and TypeFieldDescriptionprotected final Map<org.apache.jena.graph.Node,
Set<TermMapping>> SchemaMappingImpl.g2lMap
The keys of this map are global terms, and the value for each such global term is a set of all term mappings that have the global term as theirgetGlobalTerm()
.protected final Map<org.apache.jena.graph.Node,
Set<TermMapping>> SchemaMappingImpl.l2gMap
The keys of this map are local terms, and the value for each such local term is a set of all term mappings that have the local term as an element of theirgetLocalTerms()
.Methods in se.liu.ida.hefquin.base.data.mappings.impl that return types with arguments of type TermMappingModifier and TypeMethodDescriptionstatic Map<org.apache.jena.graph.Node,
Set<TermMapping>> SchemaMappingReader.read
(org.apache.jena.graph.Graph mappingDescription) Parses the given RDF description of a schema mapping into aMap
in which every global term of the schema mapping is a key that is associated with a set of allTermMapping
s that have the global term as theirgetGlobalTerm()
.Method parameters in se.liu.ida.hefquin.base.data.mappings.impl with type arguments of type TermMappingModifier and TypeMethodDescriptionprotected Set<org.apache.jena.graph.Node>
SchemaMappingImpl.extractGlobalTermsForLocalTerm
(Set<TermMapping> mappingsForTerm) protected Set<org.apache.jena.graph.Node>
SchemaMappingImpl.extractLocalTermsForGlobalTerm
(Set<TermMapping> mappingsForTerm) protected static boolean
SchemaMappingImpl.populateL2G
(Map<org.apache.jena.graph.Node, Set<TermMapping>> g2lMap, Map<org.apache.jena.graph.Node, Set<TermMapping>> l2gMap) Populates the given l2gMap based on the given g2lMap and returns whether all theTermMapping
s in g2lMap are equivalence mappings only.Constructor parameters in se.liu.ida.hefquin.base.data.mappings.impl with type arguments of type TermMappingModifierConstructorDescriptionSchemaMappingImpl
(Map<org.apache.jena.graph.Node, Set<TermMapping>> g2lMap)