Class SchemaMappingReader
java.lang.Object
se.liu.ida.hefquin.base.data.mappings.impl.SchemaMappingReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidcollectAllListElements(org.apache.jena.graph.Graph g, org.apache.jena.graph.Node l, Set<org.apache.jena.graph.Node> sink) static Map<org.apache.jena.graph.Node,Set<TermMapping>> read(org.apache.jena.graph.Graph mappingDescription) Parses the given RDF description of a schema mapping into aMapin which every global term of the schema mapping is a key that is associated with a set of allTermMappings that have the global term as theirTermMapping.getGlobalTerm().
-
Constructor Details
-
SchemaMappingReader
public SchemaMappingReader()
-
-
Method Details
-
read
public static Map<org.apache.jena.graph.Node,Set<TermMapping>> read(org.apache.jena.graph.Graph mappingDescription) Parses the given RDF description of a schema mapping into aMapin which every global term of the schema mapping is a key that is associated with a set of allTermMappings that have the global term as theirTermMapping.getGlobalTerm(). -
collectAllListElements
protected static void collectAllListElements(org.apache.jena.graph.Graph g, org.apache.jena.graph.Node l, Set<org.apache.jena.graph.Node> sink)
-