|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.graph.impl.GraphBase
com.hp.hpl.jena.mem.GraphMemBase
com.hp.hpl.jena.sparql.graph.GraphDataBag
public abstract class GraphDataBag
A Graph based on top of a DataBag. This means it has some limitations:
| Field Summary |
|---|
| Fields inherited from class com.hp.hpl.jena.mem.GraphMemBase |
|---|
store |
| Fields inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
|---|
TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMIT |
| Fields inherited from interface com.hp.hpl.jena.graph.Graph |
|---|
emptyGraph |
| Constructor Summary | |
|---|---|
GraphDataBag(ThresholdPolicy<Triple> thresholdPolicy)
|
|
GraphDataBag(ThresholdPolicy<Triple> thresholdPolicy,
ReificationStyle style)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
int |
graphBaseSize()
|
void |
performAdd(Triple t)
|
| Methods inherited from class com.hp.hpl.jena.mem.GraphMemBase |
|---|
close, getBulkUpdateHandler, openAgain |
| Methods inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
|---|
add, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getCapabilities, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, performDelete, queryHandler, size, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GraphDataBag(ThresholdPolicy<Triple> thresholdPolicy)
public GraphDataBag(ThresholdPolicy<Triple> thresholdPolicy,
ReificationStyle style)
| Method Detail |
|---|
public void performAdd(Triple t)
performAdd in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformAdd in class com.hp.hpl.jena.graph.impl.GraphBasepublic int graphBaseSize()
graphBaseSize in class com.hp.hpl.jena.graph.impl.GraphBasepublic void clear()
clear in class com.hp.hpl.jena.mem.GraphMemBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||