Interface ITriplePatternFragmentRequest<ConstantTermType,​NamedVarType,​AnonVarType>

  • Type Parameters:
    ConstantTermType - type for representing constants in triple patterns (i.e., URIs and literals)
    NamedVarType - type for representing named variables in triple patterns
    AnonVarType - type for representing anonymous variables in triple patterns (i.e., variables denoted by a blank node)
    All Superinterfaces:
    ILinkedDataFragmentRequest
    All Known Implementing Classes:
    TriplePatternFragmentRequestImpl

    public interface ITriplePatternFragmentRequest<ConstantTermType,​NamedVarType,​AnonVarType>
    extends ILinkedDataFragmentRequest
    Represents a request of a Triple Pattern Fragment (TPF).
    Author:
    Olaf Hartig