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 Summary
Modifier and TypeMethodDescriptionThe comparator for instances of CbooleanbooleanisConcrete(C node) booleanbooleanisNodeTriple(C node) booleanboolean
-
Method Details
-
isURI
-
isLiteral
-
isBlank
-
isConcrete
-
isVar
-
isNodeTriple
-
comparator
Comparator<C> comparator()The comparator for instances of C
-