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()RdfGraphRdfDataset. getDefaultGraph()Methods in com.apicatalog.rdf that return types with arguments of type RdfGraph Modifier and Type Method Description Optional<RdfGraph>RdfDataset. getGraph(RdfResource graphName) -
Uses of RdfGraph in com.apicatalog.rdf.impl
Methods in com.apicatalog.rdf.impl that return RdfGraph Modifier and Type Method Description RdfGraphDefaultRdfProvider. createGraph() -
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()
-