|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Graph | |
---|---|
org.jrdf | |
org.jrdf.graph | This package defines a set of APIs required to implement an RDF Graph and it's associated objects. |
org.jrdf.graph.index.operation.mem | An in memory implementation of the Graph Operations with knowledge of Graph indexes. |
org.jrdf.graph.mem | This package is an implementation of the JRDF Graph API. |
org.jrdf.graph.operation | This package defines a set of APIs for performing set based operations upon an RDF graph. |
org.jrdf.gui.model | |
org.jrdf.parser | This package is a port of the Sesame RIO Parser. |
org.jrdf.parser.ntriples | |
org.jrdf.parser.rdfxml | This package is a port of the Sesame RIO RDF/XML Parser. |
org.jrdf.query | Classes in this package allow queries to be executed against a JRDF graph. |
org.jrdf.query.relation.mem | |
org.jrdf.sparql | Classes in this package parse Rel queries to allow querying of JRDF graphs. |
org.jrdf.sparql.analysis | |
org.jrdf.sparql.builder | |
org.jrdf.sparql.parser | |
org.jrdf.writer | |
org.jrdf.writer.mem | |
org.jrdf.writer.rdfxml |
Uses of Graph in org.jrdf |
---|
Methods in org.jrdf that return Graph | |
---|---|
Graph |
SpringJRDFFactoryImpl.getNewGraph()
|
Graph |
SortedMemoryJRDFFactoryImpl.getNewGraph()
|
Graph |
JRDFFactory.getNewGraph()
Create a new JRDF graph depending on the current configuration. |
Uses of Graph in org.jrdf.graph |
---|
Fields in org.jrdf.graph declared as Graph | |
---|---|
protected Graph |
AbstractTripleFactory.graph
The graph that this factory constructs nodes for. |
Uses of Graph in org.jrdf.graph.index.operation.mem |
---|
Methods in org.jrdf.graph.index.operation.mem with parameters of type Graph | |
---|---|
boolean |
ComparisonImpl.areIsomorphic(Graph g1,
Graph g2)
|
boolean |
ComparisonImpl.groundedGraphsAreEqual(Graph g1,
Graph g2)
|
boolean |
ComparisonImpl.isGrounded(Graph g)
|
Uses of Graph in org.jrdf.graph.mem |
---|
Classes in org.jrdf.graph.mem that implement Graph | |
---|---|
class |
GraphImpl
A memory based RDF Graph. |
Methods in org.jrdf.graph.mem that return Graph | |
---|---|
Graph |
OrderedGraphFactoryImpl.getGraph()
|
Graph |
GraphFactoryImpl.getGraph()
|
Graph |
GraphFactory.getGraph()
|
Uses of Graph in org.jrdf.graph.operation |
---|
Methods in org.jrdf.graph.operation that return Graph | |
---|---|
Graph |
Union.perform(Graph a,
Graph b)
|
Graph |
SetOperation.perform(Graph a,
Graph b)
|
Graph |
Intersection.perform(Graph a,
Graph b)
|
Graph |
Difference.perform(Graph a,
Graph b)
|
Methods in org.jrdf.graph.operation with parameters of type Graph | |
---|---|
boolean |
Comparison.areIsomorphic(Graph g1,
Graph g2)
Return true if both graphs are equivalent (isomorphic) to one another. |
boolean |
Comparison.groundedGraphsAreEqual(Graph g1,
Graph g2)
Return true if both graphs are equivalent (isomophic) to one another. |
boolean |
Comparison.isGrounded(Graph g)
Returns true if the graph is grounded (does not contain blank nodes). |
Graph |
Union.perform(Graph a,
Graph b)
|
Graph |
SetOperation.perform(Graph a,
Graph b)
|
Graph |
Intersection.perform(Graph a,
Graph b)
|
Graph |
Difference.perform(Graph a,
Graph b)
|
Uses of Graph in org.jrdf.gui.model |
---|
Methods in org.jrdf.gui.model that return Graph | |
---|---|
Graph |
JRDFModelImpl.loadModel(URL url)
|
Graph |
JRDFModel.loadModel(URL urlName)
|
Uses of Graph in org.jrdf.parser |
---|
Methods in org.jrdf.parser with parameters of type Graph | |
---|---|
RDFEventReader |
RDFInputFactory.createRDFEventReader(InputStream stream,
URI baseURI,
Graph graph,
ParserBlankNodeFactory factory)
|
RDFEventReader |
RDFInputFactory.createRDFEventReader(Reader reader,
URI baseURI,
Graph graph,
ParserBlankNodeFactory factory)
|
Constructors in org.jrdf.parser with parameters of type Graph | |
---|---|
GraphStatementHandler(Graph graph)
|
Uses of Graph in org.jrdf.parser.ntriples |
---|
Methods in org.jrdf.parser.ntriples with parameters of type Graph | |
---|---|
RDFEventReader |
NTriplesRDFInputFactoryImpl.createRDFEventReader(InputStream stream,
URI baseURI,
Graph graph,
ParserBlankNodeFactory blankNodeFactory)
|
RDFEventReader |
NTriplesRDFInputFactoryImpl.createRDFEventReader(Reader reader,
URI baseURI,
Graph graph,
ParserBlankNodeFactory blankNodeFactory)
|
Uses of Graph in org.jrdf.parser.rdfxml |
---|
Constructors in org.jrdf.parser.rdfxml with parameters of type Graph | |
---|---|
GraphRdfXmlParser(Graph graph)
|
Uses of Graph in org.jrdf.query |
---|
Methods in org.jrdf.query with parameters of type Graph | |
---|---|
Answer |
QueryImpl.executeQuery(Graph graph,
QueryEngine queryEngine)
|
Answer |
Query.executeQuery(Graph graph,
QueryEngine queryEngine)
|
JrdfQueryExecutor |
JrdfQueryExecutorFactory.getExecutor(Graph graph)
|
Uses of Graph in org.jrdf.query.relation.mem |
---|
Methods in org.jrdf.query.relation.mem with parameters of type Graph | |
---|---|
GraphRelation |
GraphRelationFactoryImpl.createRelation(Graph graph)
|
GraphRelation |
GraphRelationFactory.createRelation(Graph graph)
|
Constructors in org.jrdf.query.relation.mem with parameters of type Graph | |
---|---|
GraphRelationImpl(Graph graph,
SortedAttributeFactory attributeFactory,
AttributeValuePairHelper avpHelper,
TupleComparator tupleComparator,
TupleFactory tupleFactory)
|
Uses of Graph in org.jrdf.sparql |
---|
Methods in org.jrdf.sparql with parameters of type Graph | |
---|---|
Answer |
SparqlConnectionImpl.executeQuery(Graph graph,
String queryText)
|
Answer |
SparqlConnection.executeQuery(Graph graph,
String queryText)
|
Uses of Graph in org.jrdf.sparql.analysis |
---|
Methods in org.jrdf.sparql.analysis with parameters of type Graph | |
---|---|
Answer |
NoQuery.executeQuery(Graph graph,
QueryEngine queryEngine)
|
Constructors in org.jrdf.sparql.analysis with parameters of type Graph | |
---|---|
PrefixAnalyserImpl(TripleBuilder tripleBuilder,
Graph graph)
|
|
ProjectAnalyserImpl(TripleBuilder tripleBuilder,
Graph graph)
|
|
SparqlAnalyserImpl(TripleBuilder tripleBuilder,
Graph graph,
GraphRelationFactory graphRelationFactory)
|
|
WhereAnalyserImpl(TripleBuilder tripleBuilder,
Graph graph,
VariableCollector collector)
|
Uses of Graph in org.jrdf.sparql.builder |
---|
Methods in org.jrdf.sparql.builder with parameters of type Graph | |
---|---|
Query |
SparqlQueryBuilder.buildQuery(Graph graph,
String queryText)
Builds a query in String form into a Query . |
Query |
QueryBuilder.buildQuery(Graph graph,
String queryText)
Builds a query in String form into a Query . |
Constructors in org.jrdf.sparql.builder with parameters of type Graph | |
---|---|
ElementBuilderImpl(NodeType nodeType,
Node graphNode,
Attribute attribute,
Graph currentGraph,
Map<String,String> prefixMap)
|
|
TripleBuilderImpl(Graph graph,
AttributeValuePairHelper avpHelper,
SortedAttributeFactory sortedAttributeFactory)
|
Uses of Graph in org.jrdf.sparql.parser |
---|
Methods in org.jrdf.sparql.parser with parameters of type Graph | |
---|---|
Query |
SableCcSparqlParser.parseQuery(Graph graph,
String queryText)
Parses a textual query into a Query object. |
Uses of Graph in org.jrdf.writer |
---|
Methods in org.jrdf.writer with parameters of type Graph | |
---|---|
void |
RdfNamespaceMap.load(Graph graph)
Loads namespaces from the graph. |
void |
RdfWriter.write(Graph graph,
OutputStream stream)
Writes the Graph contents to the OutputStream. |
void |
RdfWriter.write(Graph graph,
Writer writer)
Writes the Graph contents to the Writer. |
Uses of Graph in org.jrdf.writer.mem |
---|
Methods in org.jrdf.writer.mem with parameters of type Graph | |
---|---|
void |
RdfNamespaceMapImpl.load(Graph graph)
|
Uses of Graph in org.jrdf.writer.rdfxml |
---|
Methods in org.jrdf.writer.rdfxml with parameters of type Graph | |
---|---|
void |
RdfXmlWriter.write(Graph graph,
OutputStream stream)
|
void |
RdfXmlWriter.write(Graph graph,
Writer writer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |