Package com.apicatalog.rdf
Interface RdfGraph
-
- All Known Implementing Classes:
MutableRdfGraph
@Deprecated public interface RdfGraphDeprecated.since 1.7.0 - use an alternative RDF primitives library.This class is deprecated as of version 1.7.0.Please use Titanium RDF Primitives or any other third-party library to materialize RDF primitives.
- See Also:
- Titanium RDF Primitives
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontains(RdfTriple triple)Deprecated.java.util.List<RdfTriple>toList()Deprecated.
-