|
Franz Inc, AllegroGraph | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.franz.agraph.jena.AGGraphMaker
public class AGGraphMaker
Implements the Jena GraphMaker interface for AllegroGraph.
| Constructor Summary | |
|---|---|
AGGraphMaker(AGRepositoryConnection conn)
|
|
AGGraphMaker(AGRepositoryConnection conn,
com.hp.hpl.jena.shared.ReificationStyle style)
|
|
| Method Summary | |
|---|---|
void |
close()
Releases system resources associated with the object. |
AGGraph |
createGraph()
|
AGGraph |
createGraph(String uri)
|
AGGraph |
createGraph(String uri,
boolean strict)
|
AGGraphUnion |
createUnion(AGGraph... graphs)
Returns a graph that is the union of specified graphs. |
AGGraph |
getGraph()
|
com.hp.hpl.jena.shared.ReificationStyle |
getReificationStyle()
|
AGRepositoryConnection |
getRepositoryConnection()
|
AGGraph |
getUnionOfAllGraphs()
Returns the union of all graphs (includes default graph). |
boolean |
hasGraph(String uri)
|
com.hp.hpl.jena.util.iterator.ExtendedIterator<String> |
listGraphs()
|
AGGraph |
openGraph()
|
AGGraph |
openGraph(String name)
|
AGGraph |
openGraph(String uri,
boolean strict)
|
void |
removeGraph(String uri)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AGGraphMaker(AGRepositoryConnection conn)
public AGGraphMaker(AGRepositoryConnection conn,
com.hp.hpl.jena.shared.ReificationStyle style)
| Method Detail |
|---|
public AGRepositoryConnection getRepositoryConnection()
public void close()
Closeable
close in interface Closeableclose in interface com.hp.hpl.jena.graph.GraphMakerCloseable.close()public AGGraph getGraph()
getGraph in interface com.hp.hpl.jena.graph.GraphMakerpublic AGGraph createGraph()
createGraph in interface com.hp.hpl.jena.graph.GraphMakerpublic AGGraph createGraph(String uri)
createGraph in interface com.hp.hpl.jena.graph.GraphMaker
public AGGraph createGraph(String uri,
boolean strict)
createGraph in interface com.hp.hpl.jena.graph.GraphMakerpublic com.hp.hpl.jena.shared.ReificationStyle getReificationStyle()
getReificationStyle in interface com.hp.hpl.jena.graph.GraphMakerpublic boolean hasGraph(String uri)
hasGraph in interface com.hp.hpl.jena.graph.GraphMakerpublic com.hp.hpl.jena.util.iterator.ExtendedIterator<String> listGraphs()
listGraphs in interface com.hp.hpl.jena.graph.GraphMakerpublic AGGraph openGraph()
openGraph in interface com.hp.hpl.jena.graph.GraphMakerpublic AGGraph openGraph(String name)
openGraph in interface com.hp.hpl.jena.graph.GraphMaker
public AGGraph openGraph(String uri,
boolean strict)
openGraph in interface com.hp.hpl.jena.graph.GraphMakerpublic void removeGraph(String uri)
removeGraph in interface com.hp.hpl.jena.graph.GraphMakerpublic AGGraph getUnionOfAllGraphs()
public AGGraphUnion createUnion(AGGraph... graphs)
graphs - the graphs in the union
|
Copyright © 2008-2016 Franz Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||