|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectModelCom
com.franz.agjena.AllegroGraphModel
public class AllegroGraphModel
Nested Class Summary | |
---|---|
static class |
AllegroGraphModel.V3_2Mar27
The name of this class identifies the version of the AllegroGraph Java implementation. |
Field Summary | |
---|---|
static java.lang.String |
NTRIPLES_FORMAT
|
static java.lang.String |
RDFXML_FORMAT
|
Constructor Summary | |
---|---|
AllegroGraphModel(Graph base)
Create an AllegroGraph model to front an AllegroGraph graph. |
|
AllegroGraphModel(Graph base,
Personality personality)
|
Method Summary | |
---|---|
void |
close()
There appears to be nothing in AllegroGraph that corresponds a call to close a model, so this call is a no-op. |
AllegroGraph |
getAllegroGraphStore()
|
java.lang.String |
getName()
|
void |
indexTriples(boolean indexAll,
boolean asynchronous)
Index the triples in the AllegroGraph store. |
Model |
read(java.io.InputStream reader,
java.lang.String base)
|
Model |
read(java.io.InputStream reader,
java.lang.String base,
java.lang.String lang)
|
Model |
read(java.io.Reader reader,
java.lang.String base)
|
Model |
read(java.io.Reader reader,
java.lang.String base,
java.lang.String lang)
|
Model |
read(java.lang.String url)
|
Model |
read(java.lang.String url,
java.lang.String lang)
|
Model |
read(java.lang.String url,
java.lang.String base,
java.lang.String lang)
Load triples from the source 'url' into the graph/context for this model. |
Model |
removeAll()
Remove all the statements from this model. |
Model |
removeAll(Resource s,
Property p,
RDFNode o)
Remove all the statements matching (s, p, o) from this model. |
long |
size()
Slowly and laboriously count the number of triples in the base graph associated with this model. |
boolean |
supportsTransactions()
|
java.lang.String |
toString()
|
static java.lang.String |
version()
Query the current AllegroGraphModel version. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static java.lang.String NTRIPLES_FORMAT
public static java.lang.String RDFXML_FORMAT
Constructor Detail |
---|
public AllegroGraphModel(Graph base)
public AllegroGraphModel(Graph base, Personality personality)
Method Detail |
---|
public static java.lang.String version()
public AllegroGraph getAllegroGraphStore()
public java.lang.String getName()
public java.lang.String toString()
public Model read(java.lang.String url)
public Model read(java.io.Reader reader, java.lang.String base)
public Model read(java.io.InputStream reader, java.lang.String base)
public Model read(java.lang.String url, java.lang.String lang)
public Model read(java.lang.String url, java.lang.String base, java.lang.String lang)
public Model read(java.io.Reader reader, java.lang.String base, java.lang.String lang)
public Model read(java.io.InputStream reader, java.lang.String base, java.lang.String lang)
public boolean supportsTransactions()
public Model removeAll()
public Model removeAll(Resource s, Property p, RDFNode o)
public void close()
public void indexTriples(boolean indexAll, boolean asynchronous)
public long size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |