|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BatchOperationGraph
A Graph that can add or delete multiple Triples at the same time.
| Field Summary |
|---|
| Fields inherited from interface com.hp.hpl.jena.graph.Graph |
|---|
emptyGraph |
| Method Summary | |
|---|---|
void |
add(java.util.Collection<com.hp.hpl.jena.graph.Triple> triples)
Adds multiple Triples at the same time. |
void |
delete(java.util.Collection<com.hp.hpl.jena.graph.Triple> triples)
Deletes multiple Triples at the same time. |
| Methods inherited from interface com.hp.hpl.jena.graph.Graph |
|---|
close, contains, contains, delete, dependsOn, find, find, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, queryHandler, size |
| Methods inherited from interface com.hp.hpl.jena.graph.GraphAdd |
|---|
add |
| Method Detail |
|---|
void add(java.util.Collection<com.hp.hpl.jena.graph.Triple> triples)
triples - the Triples to addvoid delete(java.util.Collection<com.hp.hpl.jena.graph.Triple> triples)
triples - the Triples to delete
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||