Class TriplePatternElementParser<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)
    Direct Known Subclasses:
    TriplePatternElementParserForJena

    public abstract class TriplePatternElementParser<ConstantTermType,​NamedVarType,​AnonVarType>
    extends RDFTermParser<ConstantTermType>
    Parses strings (as obtained from HTTP request parameters) into ITriplePatternElements.
    Author:
    Olaf Hartig, Ruben Verborgh