Uses of Interface
se.liu.ida.hefquin.engine.federation.access.TriplePatternRequest
Packages that use TriplePatternRequest
Package
Description
- 
Uses of TriplePatternRequest in se.liu.ida.hefquin.engine.federation.access
Subinterfaces of TriplePatternRequest in se.liu.ida.hefquin.engine.federation.access - 
Uses of TriplePatternRequest in se.liu.ida.hefquin.engine.federation.access.impl.req
Classes in se.liu.ida.hefquin.engine.federation.access.impl.req that implement TriplePatternRequest - 
Uses of TriplePatternRequest in se.liu.ida.hefquin.engine.federation.access.utils
Methods in se.liu.ida.hefquin.engine.federation.access.utils with parameters of type TriplePatternRequestModifier and TypeMethodDescriptionstatic TPFRequestFederationAccessUtils.ensureTPFRequest(TriplePatternRequest req)  - 
Uses of TriplePatternRequest in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops that return TriplePatternRequestModifier and TypeMethodDescriptionprotected TriplePatternRequestBaseForExecOpIndexNestedLoopsJoinWithTPFRequests.createRequest(SolutionMapping inputSolMap) Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type TriplePatternRequestModifier and TypeMethodDescriptionprotected abstract NullaryExecutableOpBaseForExecOpIndexNestedLoopsJoinWithTPFRequests.createRequestOperator(TriplePatternRequest req) protected NullaryExecutableOpExecOpIndexNestedLoopsJoinBRTPF.createRequestOperator(TriplePatternRequest req) protected NullaryExecutableOpExecOpIndexNestedLoopsJoinTPF.createRequestOperator(TriplePatternRequest req) Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type TriplePatternRequestModifierConstructorDescriptionBaseForExecOpTriplePatternRequestWithTPF(TriplePatternRequest req, MemberType fm, boolean collectExceptions) ExecOpRequestTPFatBRTPFServer(TriplePatternRequest req, BRTPFServer fm, boolean collectExceptions) ExecOpRequestTPFatTPFServer(TriplePatternRequest req, TPFServer fm, boolean collectExceptions)  - 
Uses of TriplePatternRequest in se.liu.ida.hefquin.engine.queryplan.utils
Methods in se.liu.ida.hefquin.engine.queryplan.utils with parameters of type TriplePatternRequestModifier and TypeMethodDescriptionstatic LogicalOpTPAddLogicalOpUtils.createTPAddLopFromRequest(TriplePatternRequest req, FederationMember fm) Creates a logical tpAdd operator that uses the triple pattern of the given request, together with the given federation member.static LogicalOpTPOptAddLogicalOpUtils.createTPOptAddLopFromRequest(TriplePatternRequest req, FederationMember fm) Creates a logical tpOptAdd operator that uses the triple pattern of the given request, together with the given federation member.