Uses of Interface
com.apicatalog.rdf.RdfGraph
-
Packages that use RdfGraph Package Description com.apicatalog.rdf com.apicatalog.rdf.impl com.apicatalog.rdf.spi -
-
Uses of RdfGraph in com.apicatalog.rdf
Methods in com.apicatalog.rdf that return RdfGraph Modifier and Type Method Description static RdfGraphRdf. createGraph()Deprecated.RdfGraphRdfDataset. getDefaultGraph()Deprecated.Methods in com.apicatalog.rdf that return types with arguments of type RdfGraph Modifier and Type Method Description java.util.Optional<RdfGraph>RdfDataset. getGraph(RdfResource graphName)Deprecated. -
Uses of RdfGraph in com.apicatalog.rdf.impl
Classes in com.apicatalog.rdf.impl that implement RdfGraph Modifier and Type Class Description (package private) classMutableRdfGraphDeprecated.since 1.7.0 - use an alternative RDF primitives library.Methods in com.apicatalog.rdf.impl that return RdfGraph Modifier and Type Method Description RdfGraphDefaultRdfProvider. createGraph()Deprecated.RdfGraphMutableRdfDataset. getDefaultGraph()Deprecated.Methods in com.apicatalog.rdf.impl that return types with arguments of type RdfGraph Modifier and Type Method Description java.util.Optional<RdfGraph>MutableRdfDataset. getGraph(RdfResource graphName)Deprecated. -
Uses of RdfGraph in com.apicatalog.rdf.spi
Methods in com.apicatalog.rdf.spi that return RdfGraph Modifier and Type Method Description abstract RdfGraphRdfProvider. createGraph()Deprecated.
-