Class SchemaMappingImpl
java.lang.Object
org.aksw.jenax.arq.schema_mapping.SchemaMappingImpl
- All Implemented Interfaces:
Serializable,SchemaMapping
A schema mapping holds the information for how to
construct a row in a target schema
based on a defining expression in term of a source schema.
- Author:
- Claus Stadler
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSchemaMappingImpl(Map<org.apache.jena.sparql.core.Var, FieldMapping> varToFieldMapping) -
Method Summary
Modifier and TypeMethodDescriptionSet<org.apache.jena.sparql.core.Var>Map<org.apache.jena.sparql.core.Var,FieldMapping> toString()
-
Field Details
-
varToFieldMapping
-
-
Constructor Details
-
SchemaMappingImpl
-
-
Method Details
-
getDefinedVars
- Specified by:
getDefinedVarsin interfaceSchemaMapping
-
getFieldMapping
- Specified by:
getFieldMappingin interfaceSchemaMapping
-
toString
-