Package org.apache.commons.rdf.simple
Interface SimpleRDF.SimpleRDFTerm
-
- All Superinterfaces:
RDFTerm
- All Known Implementing Classes:
BlankNodeImpl
,IRIImpl
,LiteralImpl
,Types
- Enclosing class:
- SimpleRDF
static interface SimpleRDF.SimpleRDFTerm extends RDFTerm
Marker interface to say that this RDFTerm is part of the Simple implementation. Used byGraphImpl
to avoid double remapping.This method is package protected to avoid any third-party subclasses.
-
-
Method Summary
-
Methods inherited from interface org.apache.commons.rdf.api.RDFTerm
equals, hashCode, ntriplesString
-
-