Uses of Interface
se.liu.ida.hefquin.mappings.sources.SourceReference
Packages that use SourceReference
Package
Description
-
Uses of SourceReference in se.liu.ida.hefquin.federation.members.impl
Fields in se.liu.ida.hefquin.federation.members.impl with type parameters of type SourceReferenceModifier and TypeFieldDescriptionprotected final Set<SourceReference> WrappedRESTEndpointImpl.srcRefs -
Uses of SourceReference in se.liu.ida.hefquin.mappings.algebra.exprs
Fields in se.liu.ida.hefquin.mappings.algebra.exprs with type parameters of type SourceReferenceModifier and TypeFieldDescriptionfinal Set<SourceReference> MappingExpressionUtils.SrcRefsExtractor.extractedSrcRefsprotected Map<SourceReference, DataObject> MappingExpressionUtils.EvaluateWorker.srMapprotected final Map<SourceReference, DataObject> MappingExpressionUtils.ValidInputChecker.srMapMethods in se.liu.ida.hefquin.mappings.algebra.exprs that return types with arguments of type SourceReferenceModifier and TypeMethodDescriptionstatic Set<SourceReference> MappingExpressionUtils.extractAllSrcRefs(MappingExpression expr) Returns a set of all source references mentioned within the given mapping expression.Method parameters in se.liu.ida.hefquin.mappings.algebra.exprs with type arguments of type SourceReferenceModifier 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) static booleanMappingExpressionUtils.isValidInput(Map<SourceReference, DataObject> srMap, MappingExpression expr) Returnstrueif the given source assignment is valid input for the given mapping expression.Constructor parameters in se.liu.ida.hefquin.mappings.algebra.exprs with type arguments of type SourceReference -
Uses of SourceReference in se.liu.ida.hefquin.mappings.algebra.ops
Fields in se.liu.ida.hefquin.mappings.algebra.ops declared as SourceReferenceMethods in se.liu.ida.hefquin.mappings.algebra.ops that return SourceReferenceConstructors in se.liu.ida.hefquin.mappings.algebra.ops with parameters of type SourceReferenceModifierConstructorDescriptionMappingOpExtract(SourceReference sr, SourceType<DDS, DC1, DC2, QL1, QL2> type, QL1 query, Map<String, QL2> P) -
Uses of SourceReference in se.liu.ida.hefquin.mappings.rml
Classes in se.liu.ida.hefquin.mappings.rml that implement SourceReferenceMethods in se.liu.ida.hefquin.mappings.rml that return SourceReferenceModifier and TypeMethodDescriptionstatic SourceReferenceRML2MappingAlgebra.createSourceReference(org.apache.jena.rdf.model.Resource tm) -
Uses of SourceReference in se.liu.ida.hefquin.mappings.sources.json
Constructors in se.liu.ida.hefquin.mappings.sources.json with parameters of type SourceReferenceModifierConstructorDescriptionMappingOpExtractJSON(SourceReference sr, JsonPathQuery query, Map<String, JsonPathQuery> P)