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 GraphRDF. createGraph()Create a new graph.default GraphRDFTermFactory. createGraph()Deprecated.GraphDataset. 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 RDFParserRDFParser. target(Graph graph)Specify aGraphto 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 interfaceJsonLdGraphAGraphview of a JsonLdRDFDataset.interfaceJsonLdUnionGraphA union graph representation of a JsonLdRDFDataset.Classes in org.apache.commons.rdf.jsonldjava that implement Graph Modifier and Type Class Description (package private) classJsonLdGraphImpl(package private) classJsonLdUnionGraphImplMethods in org.apache.commons.rdf.jsonldjava that return Graph Modifier and Type Method Description GraphJsonLdDatasetImpl. 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 interfaceRDF4JGraphMarker 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) classModelGraphImpl(package private) classRepositoryGraphImplMethods in org.apache.commons.rdf.rdf4j.impl that return Graph Modifier and Type Method Description GraphRepositoryDatasetImpl. 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 classDatasetGraphView(package private) classGraphImplA simple, memory-based implementation of Graph.Methods in org.apache.commons.rdf.simple that return Graph Modifier and Type Method Description GraphSimpleRDF. createGraph()GraphSimpleRDFTermFactory. createGraph()Deprecated.GraphDatasetImpl. 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. targetGraphMethods 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 TAbstractRDFParser. target(Graph graph)
-