Uses of Interface
se.liu.ida.hefquin.mappings.algebra.MappingRelation
Packages that use MappingRelation
Package
Description
-
Uses of MappingRelation in se.liu.ida.hefquin.mappings.algebra
Methods in se.liu.ida.hefquin.mappings.algebra that return MappingRelationModifier and TypeMethodDescriptionMappingRelationCursor.getMappingRelation()Returns the mapping relation over which this cursor iterates.Methods in se.liu.ida.hefquin.mappings.algebra with parameters of type MappingRelationModifier and TypeMethodDescriptionstatic org.apache.jena.query.DatasetMappingRelationUtils.convertToRDF(MappingRelation r) Returns the RDF dataset resulting from the given mapping relation. -
Uses of MappingRelation in se.liu.ida.hefquin.mappings.algebra.exec
Classes in se.liu.ida.hefquin.mappings.algebra.exec that implement MappingRelationModifier and TypeClassDescriptionclassAMappingRelationproduced by aMappingOpExtendoperator.classExtractedMappingRelation<DDS extends DataObject,DC1 extends DataObject, DC2 extends DataObject, QL1 extends Query, QL2 extends Query> AMappingRelationproduced by aMappingOpExtractoperator.classAMappingRelationproduced by aMappingOpProjectoperator.classAMappingRelationproduced by aMappingOpUnionoperator.Fields in se.liu.ida.hefquin.mappings.algebra.exec declared as MappingRelationModifier and TypeFieldDescriptionprotected final MappingRelationExtendedMappingRelation.inputprotected final MappingRelationProjectedMappingRelation.inputprotected final MappingRelationExtendedMappingRelation.MyCursor.myRelationprotected final MappingRelationProjectedMappingRelation.MyCursor.myRelationprotected final MappingRelationUnionedMappingRelation.MyCursor.myRelationprotected final MappingRelationExtractedMappingRelation.MyCursor.rFields in se.liu.ida.hefquin.mappings.algebra.exec with type parameters of type MappingRelationModifier and TypeFieldDescriptionprotected final Iterator<MappingRelation> UnionedMappingRelation.MyCursor.inputItprotected final List<MappingRelation> UnionedMappingRelation.inputsMethods in se.liu.ida.hefquin.mappings.algebra.exec that return MappingRelationModifier and TypeMethodDescriptionprotected MappingRelationExtractedMappingRelation.createMappingRelation(DDS d, DC1 cxtObj) ExtractedMappingRelation.MappingRelationCreator.getCreatedRelation()ExtendedMappingRelation.MyCursor.getMappingRelation()ExtractedMappingRelation.MyCursor.getMappingRelation()ProjectedMappingRelation.MyCursor.getMappingRelation()UnionedMappingRelation.MyCursor.getMappingRelation()Methods in se.liu.ida.hefquin.mappings.algebra.exec with parameters of type MappingRelationModifier and TypeMethodDescriptionExtendedMappingRelation.createSchema(MappingRelation input, String attribute) Constructors in se.liu.ida.hefquin.mappings.algebra.exec with parameters of type MappingRelationModifierConstructorDescriptionExtendedMappingRelation(MappingRelation input, ExtendExpression expr, String attribute) MyCursor(MappingRelation myRelation) MyCursor(MappingRelation r, DDS d) MyCursor(MappingRelation myRelation) MyCursor(MappingRelation myRelation) ProjectedMappingRelation(Set<String> P, MappingRelation input) UnionedMappingRelation(MappingRelation... inputs) Constructor parameters in se.liu.ida.hefquin.mappings.algebra.exec with type arguments of type MappingRelation -
Uses of MappingRelation in se.liu.ida.hefquin.mappings.algebra.exprs
Fields in se.liu.ida.hefquin.mappings.algebra.exprs declared as MappingRelationModifier and TypeFieldDescriptionprotected MappingRelation[]MappingExpressionUtils.EvaluateWorker.inputsprotected MappingRelationMappingExpressionUtils.EvaluateWorker.outputMethods in se.liu.ida.hefquin.mappings.algebra.exprs that return MappingRelationModifier and TypeMethodDescriptionstatic MappingRelationMappingExpressionUtils.evaluate(MappingExpression expr, Map<SourceReference, DataObject> srMap) Returns a mapping relation that represents the result of evaluating the given mapping expression based on the given source assignment.protected MappingRelationMappingExpressionUtils.EvaluateWorker.evaluate(MappingExpression expr, Map<SourceReference, DataObject> srMap, MappingRelation... inputs) Methods in se.liu.ida.hefquin.mappings.algebra.exprs with parameters of type MappingRelationModifier and TypeMethodDescriptionprotected MappingRelationMappingExpressionUtils.EvaluateWorker.evaluate(MappingExpression expr, Map<SourceReference, DataObject> srMap, MappingRelation... inputs) -
Uses of MappingRelation in se.liu.ida.hefquin.mappings.algebra.impl
Classes in se.liu.ida.hefquin.mappings.algebra.impl that implement MappingRelationModifier and TypeClassDescriptionclassclassclassclassFields in se.liu.ida.hefquin.mappings.algebra.impl declared as MappingRelationModifier and TypeFieldDescriptionprotected final MappingRelationMappingRelationImplWithColumnLayout.MyCursor.rprotected final MappingRelationMappingRelationImplWithoutTuples.MyCursor.rprotected final MappingRelationMappingRelationImplWithTupleLayout.MyCursor.rMethods in se.liu.ida.hefquin.mappings.algebra.impl that return MappingRelationModifier and TypeMethodDescriptionstatic MappingRelationMappingRelationImplWithColumnLayout.createBasedOnColumns(String[] schema, org.apache.jena.graph.Node[]... columns) static MappingRelationMappingRelationImplWithColumnLayout.createBasedOnColumns(List<String> schema, org.apache.jena.graph.Node[]... columns) static MappingRelationMappingRelationImplWithColumnLayout.createBasedOnTuples(String[] schema, org.apache.jena.graph.Node[]... tuples) static MappingRelationMappingRelationImplWithColumnLayout.createBasedOnTuples(List<String> schema, org.apache.jena.graph.Node[]... tuples) MappingRelationImplWithColumnLayout.MyCursor.getMappingRelation()MappingRelationImplWithoutTuples.MyCursor.getMappingRelation()MappingRelationImplWithTupleLayout.MyCursor.getMappingRelation()Constructors in se.liu.ida.hefquin.mappings.algebra.impl with parameters of type MappingRelationModifierConstructorDescription -
Uses of MappingRelation in se.liu.ida.hefquin.mappings.algebra.ops
Fields in se.liu.ida.hefquin.mappings.algebra.ops declared as MappingRelationMethods in se.liu.ida.hefquin.mappings.algebra.ops that return MappingRelationConstructors in se.liu.ida.hefquin.mappings.algebra.ops with parameters of type MappingRelation