Class TriplePatternElementFactory<CTT,​NVT,​AVT>

  • Type Parameters:
    CTT - type for representing constants in triple patterns (i.e., URIs and literals)
    NVT - type for representing named variables in triple patterns
    AVT - type for representing anonymous variables in triple patterns (i.e., variables denoted by a blank node)

    public class TriplePatternElementFactory<CTT,​NVT,​AVT>
    extends Object
    A factory for ITriplePatternElements.
    Author:
    Olaf Hartig