Uses of Interface
org.apache.commons.rdf.api.Graph
-
Packages that use Graph Package Description org.apache.commons.rdf.api Commons RDF, a common library of RDF 1.1 concepts.org.apache.commons.rdf.experimental Experimental Commons RDF features.org.apache.commons.rdf.jsonldjava Integration with jsonld-javaorg.apache.commons.rdf.rdf4j Commons RDF integration with RDF4J.org.apache.commons.rdf.rdf4j.impl org.apache.commons.rdf.simple A simple in-memory implementation of the Commons RDF API.org.apache.commons.rdf.simple.experimental Experimental Commons RDF Simple implementations. -
-
Uses of Graph in org.apache.commons.rdf.api
Methods in org.apache.commons.rdf.api that return Graph Modifier and Type Method Description Graph
RDF. createGraph()
Create a new graph.default Graph
RDFTermFactory. createGraph()
Deprecated.Graph
Dataset. getGraph()
Get the default graph of this dataset.Methods in org.apache.commons.rdf.api that return types with arguments of type Graph Modifier and Type Method Description java.util.Optional<Graph>
Dataset. getGraph(BlankNodeOrIRI graphName)
Get a named graph in this dataset. -
Uses of Graph in org.apache.commons.rdf.experimental
Methods in org.apache.commons.rdf.experimental with parameters of type Graph Modifier and Type Method Description default RDFParser
RDFParser. target(Graph graph)
Specify aGraph
to add parsed triples to. -
Uses of Graph in org.apache.commons.rdf.jsonldjava
Subinterfaces of Graph in org.apache.commons.rdf.jsonldjava Modifier and Type Interface Description interface
JsonLdGraph
AGraph
view of a JsonLdRDFDataset
.interface
JsonLdUnionGraph
A union graph representation of a JsonLdRDFDataset
.Classes in org.apache.commons.rdf.jsonldjava that implement Graph Modifier and Type Class Description (package private) class
JsonLdGraphImpl
(package private) class
JsonLdUnionGraphImpl
Methods in org.apache.commons.rdf.jsonldjava that return Graph Modifier and Type Method Description Graph
JsonLdDatasetImpl. getGraph()
Methods in org.apache.commons.rdf.jsonldjava that return types with arguments of type Graph Modifier and Type Method Description java.util.Optional<Graph>
JsonLdDatasetImpl. getGraph(BlankNodeOrIRI graphName)
-
Uses of Graph in org.apache.commons.rdf.rdf4j
Subinterfaces of Graph in org.apache.commons.rdf.rdf4j Modifier and Type Interface Description interface
RDF4JGraph
Marker interface for RDF4J implementations of Graph. -
Uses of Graph in org.apache.commons.rdf.rdf4j.impl
Classes in org.apache.commons.rdf.rdf4j.impl that implement Graph Modifier and Type Class Description (package private) class
ModelGraphImpl
(package private) class
RepositoryGraphImpl
Methods in org.apache.commons.rdf.rdf4j.impl that return Graph Modifier and Type Method Description Graph
RepositoryDatasetImpl. getGraph()
Methods in org.apache.commons.rdf.rdf4j.impl that return types with arguments of type Graph Modifier and Type Method Description java.util.Optional<Graph>
RepositoryDatasetImpl. getGraph(BlankNodeOrIRI graphName)
-
Uses of Graph in org.apache.commons.rdf.simple
Classes in org.apache.commons.rdf.simple that implement Graph Modifier and Type Class Description class
DatasetGraphView
(package private) class
GraphImpl
A simple, memory-based implementation of Graph.Methods in org.apache.commons.rdf.simple that return Graph Modifier and Type Method Description Graph
SimpleRDF. createGraph()
Graph
SimpleRDFTermFactory. createGraph()
Deprecated.Graph
DatasetImpl. getGraph()
Methods in org.apache.commons.rdf.simple that return types with arguments of type Graph Modifier and Type Method Description java.util.Optional<Graph>
DatasetImpl. getGraph(BlankNodeOrIRI graphName)
-
Uses of Graph in org.apache.commons.rdf.simple.experimental
Fields in org.apache.commons.rdf.simple.experimental with type parameters of type Graph Modifier and Type Field Description private java.util.Optional<Graph>
AbstractRDFParser. targetGraph
Methods in org.apache.commons.rdf.simple.experimental that return types with arguments of type Graph Modifier and Type Method Description java.util.Optional<Graph>
AbstractRDFParser. getTargetGraph()
Get the target graph as set byAbstractRDFParser.target(Graph)
.Methods in org.apache.commons.rdf.simple.experimental with parameters of type Graph Modifier and Type Method Description T
AbstractRDFParser. target(Graph graph)
-