Interface RdfCxt<C>

All Known Subinterfaces:
SparqlCxt<C>
All Known Implementing Classes:
SparqlCxtNode

public interface RdfCxt<C>
Interface for accessing basic RDF term information from an arbitrary representation of it
  • Method Details

    • isURI

      boolean isURI(C node)
    • isLiteral

      boolean isLiteral(C node)
    • isBlank

      boolean isBlank(C node)
    • isConcrete

      boolean isConcrete(C node)
    • isVar

      boolean isVar(C node)
    • isTripleTerm

      boolean isTripleTerm(C node)
    • comparator

      Comparator<C> comparator()
      The comparator for instances of C