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 by GraphImpl to avoid double remapping.

This method is package protected to avoid any third-party subclasses.