Uses of Interface
se.liu.ida.hefquin.base.data.Triple
Packages that use Triple
Package
Description
-
Uses of Triple in se.liu.ida.hefquin.base.data.impl
Classes in se.liu.ida.hefquin.base.data.impl that implement Triple -
Uses of Triple in se.liu.ida.hefquin.base.data.utils
Fields in se.liu.ida.hefquin.base.data.utils with type parameters of type TripleMethods in se.liu.ida.hefquin.base.data.utils with parameters of type TripleModifier and TypeMethodDescriptionprotected abstract SolutionMappingprotected SolutionMappingprotected SolutionMappingprotected SolutionMappingprotected SolutionMappingprotected abstract org.apache.jena.graph.NodeTriplesToSolMapsConverter.ConvertingIterBase1.getRelevantNode(Triple t) protected org.apache.jena.graph.NodeTriplesToSolMapsConverter.ConvertingIterO.getRelevantNode(Triple t) protected org.apache.jena.graph.NodeTriplesToSolMapsConverter.ConvertingIterP.getRelevantNode(Triple t) protected org.apache.jena.graph.NodeTriplesToSolMapsConverter.ConvertingIterS.getRelevantNode(Triple t) protected abstract org.apache.jena.graph.NodeTriplesToSolMapsConverter.ConvertingIterBase2.getRelevantNode1(Triple t) protected org.apache.jena.graph.NodeTriplesToSolMapsConverter.ConvertingIterPO.getRelevantNode1(Triple t) protected org.apache.jena.graph.NodeTriplesToSolMapsConverter.ConvertingIterSO.getRelevantNode1(Triple t) protected org.apache.jena.graph.NodeTriplesToSolMapsConverter.ConvertingIterSP.getRelevantNode1(Triple t) protected abstract org.apache.jena.graph.NodeTriplesToSolMapsConverter.ConvertingIterBase2.getRelevantNode2(Triple t) protected org.apache.jena.graph.NodeTriplesToSolMapsConverter.ConvertingIterPO.getRelevantNode2(Triple t) protected org.apache.jena.graph.NodeTriplesToSolMapsConverter.ConvertingIterSO.getRelevantNode2(Triple t) protected org.apache.jena.graph.NodeTriplesToSolMapsConverter.ConvertingIterSP.getRelevantNode2(Triple t) Method parameters in se.liu.ida.hefquin.base.data.utils with type arguments of type TripleModifier and TypeMethodDescriptionstatic Iterator<SolutionMapping> TriplesToSolMapsConverter.convert(Iterable<Triple> itTriples, TriplePattern tp) static Iterator<SolutionMapping> TriplesToSolMapsConverter.convert(Iterator<Triple> itTriples, TriplePattern tp) Constructor parameters in se.liu.ida.hefquin.base.data.utils with type arguments of type TripleModifierConstructorDescriptionprotectedprotectedConvertingIterBase1(Iterator<Triple> it, org.apache.jena.sparql.core.Var var) protectedConvertingIterBase2(Iterator<Triple> it, org.apache.jena.sparql.core.Var var1, org.apache.jena.sparql.core.Var var2) protectedConvertingIterO(Iterator<Triple> it, org.apache.jena.sparql.core.Var var) ConvertingIterP(Iterator<Triple> it, org.apache.jena.sparql.core.Var var) ConvertingIterPO(Iterator<Triple> it, org.apache.jena.sparql.core.Var var1, org.apache.jena.sparql.core.Var var2) ConvertingIterS(Iterator<Triple> it, org.apache.jena.sparql.core.Var var) ConvertingIterSO(Iterator<Triple> it, org.apache.jena.sparql.core.Var var1, org.apache.jena.sparql.core.Var var2) ConvertingIterSP(Iterator<Triple> it, org.apache.jena.sparql.core.Var var1, org.apache.jena.sparql.core.Var var2) protectedConvertingIterSPO(Iterator<Triple> it, TriplePattern tp) -
Uses of Triple in se.liu.ida.hefquin.engine.federation.access
Subinterfaces with type arguments of type Triple in se.liu.ida.hefquin.engine.federation.accessMethods in se.liu.ida.hefquin.engine.federation.access that return types with arguments of type TripleModifier and TypeMethodDescriptionTPFResponse.getMetadata()Returns an iterator over all metadata triples contained in the given TPF response.TPFResponse.getPayload()WhileDataRetrievalResponse.getResponseData()returns an iterator over all triples contained in the given TPF response,this method here returns an iterator only over the matching triples that have been requested. -
Uses of Triple in se.liu.ida.hefquin.engine.federation.access.impl.response
Subclasses with type arguments of type Triple in se.liu.ida.hefquin.engine.federation.access.impl.responseFields in se.liu.ida.hefquin.engine.federation.access.impl.response with type parameters of type TripleModifier and TypeFieldDescriptionTPFResponseBuilder.matchingTriplesTPFResponseBuilder.metadataTriplesTPFResponseImpl.metadataTriplesMethods in se.liu.ida.hefquin.engine.federation.access.impl.response that return types with arguments of type TripleModifier and TypeMethodDescriptionTPFResponseImpl.getMetadata()TPFResponseImpl.getPayload()Returns an iterator over the matched triples in the TPF response.TPFResponseImpl.getResponseData()Returns an iterator over all triples contained in the TPF response, concatenating the payload and metadata into a single iterable.Methods in se.liu.ida.hefquin.engine.federation.access.impl.response with parameters of type TripleModifier and TypeMethodDescriptionTPFResponseBuilder.addMatchingTriple(Triple t) TPFResponseBuilder.addMetadataTriple(Triple t) protected booleanTPFResponseBuilder.tryExtractCountMetadataOrNextPageURL(Triple t) Constructor parameters in se.liu.ida.hefquin.engine.federation.access.impl.response with type arguments of type TripleModifierConstructorDescriptionTPFResponseImpl(List<Triple> matchingTriples, List<Triple> metadataTriples, String nextPageURL, int tripleCount, FederationMember fm, DataRetrievalRequest request, Date requestStartTime) Constructs a response with the given matching triples, metadata triples, next page URL, triple count, federation member, request, and request start time.TPFResponseImpl(List<Triple> matchingTriples, List<Triple> metadataTriples, String nextPageURL, int tripleCount, FederationMember fm, DataRetrievalRequest request, Date requestStartTime, Integer errorStatusCode, String errorDescription) Constructs a response with the given matching triples, metadata triples, next page URL, triple count, federation member, request, request start time, and error details.TPFResponseImpl(List<Triple> matchingTriples, List<Triple> metadataTriples, String nextPageURL, int tripleCount, FederationMember fm, DataRetrievalRequest request, Date requestStartTime, Date retrievalEndTime) Constructs a response with the given matching triples, metadata triples, next page URL, triple count, federation member, request, request start time, and retrieval end time.TPFResponseImpl(List<Triple> matchingTriples, List<Triple> metadataTriples, String nextPageURL, int tripleCount, FederationMember fm, DataRetrievalRequest request, Date requestStartTime, Date retrievalEndTime, Integer errorStatusCode, String errorDescription) Constructs a response with the given matching triples, metadata triples, next page URL, triple count, federation member, request, request start time, retrieval end time, and error details.TPFResponseImpl(List<Triple> matchingTriples, List<Triple> metadataTriples, String nextPageURL, FederationMember fm, DataRetrievalRequest request, Date requestStartTime) Constructs a response with the given matching triples, metadata triples, next page URL, federation member, request, and request start time.TPFResponseImpl(List<Triple> matchingTriples, List<Triple> metadataTriples, String nextPageURL, FederationMember fm, DataRetrievalRequest request, Date requestStartTime, int errorStatusCode, String errorDescription) Constructs a response with the given matching triples, metadata triples, next page URL, federation member, request, request start time, and error details.TPFResponseImpl(List<Triple> matchingTriples, List<Triple> metadataTriples, String nextPageURL, FederationMember fm, DataRetrievalRequest request, Date requestStartTime, Date retrievalEndTime) Constructs a response with the given matching triples, metadata triples, next page URL, federation member, request, request start time, and retrieval end time.TPFResponseImpl(List<Triple> matchingTriples, List<Triple> metadataTriples, String nextPageURL, FederationMember fm, DataRetrievalRequest request, Date requestStartTime, Date retrievalEndTime, Integer errorStatusCode, String errorDescription) Constructs a response with the given matching triples, metadata triples, next page URL, federation member, request, request start time, retrieval end time, and error details.TriplesResponseImpl(List<Triple> triples, FederationMember fm, DataRetrievalRequest request, Date requestStartTime) Constructs a response with the given triples, federation member, request, and request start time.TriplesResponseImpl(List<Triple> triples, FederationMember fm, DataRetrievalRequest request, Date requestStartTime, Integer errorStatusCode, String errorDescription) Constructs a response with the given triples, federation member, request, request start time, and error details.TriplesResponseImpl(List<Triple> triples, FederationMember fm, DataRetrievalRequest request, Date requestStartTime, Date retrievalEndTime) Constructs a response with the given triples, federation member, request, request start time, and the retrieval end time.TriplesResponseImpl(List<Triple> triples, FederationMember fm, DataRetrievalRequest request, Date requestStartTime, Date retrievalEndTime, Integer errorStatusCode, String errorDescription) Constructs a response with the given triples, federation member, request, request start time, retireval end time, and error details. -
Uses of Triple in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Method parameters in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with type arguments of type TripleModifier and TypeMethodDescriptionprotected voidBaseForExecOpRequestWithTPFPaging.consumeMatchingTriples(Iterable<Triple> itTriples, IntermediateResultElementSink sink) protected abstract Iterator<SolutionMapping> protected Iterator<SolutionMapping> protected abstract Iterator<SolutionMapping> protected Iterator<SolutionMapping>