|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.topbraid.core.model.AbstractGraphListener
org.topbraid.core.change.GraphTracker
public class GraphTracker
A GraphListener that records changes in a Graph as TripleChangeRecords on the currently active ChangeOperation object.
| Constructor Summary | |
|---|---|
GraphTracker()
|
|
| Method Summary | |
|---|---|
static GraphTracker |
get()
|
void |
notifyAddTriple(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple t)
|
void |
notifyDeleteTriple(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple t)
|
| Methods inherited from class org.topbraid.core.model.AbstractGraphListener |
|---|
notifyAddArray, notifyAddGraph, notifyAddIterator, notifyAddList, notifyDeleteArray, notifyDeleteGraph, notifyDeleteIterator, notifyDeleteList, notifyEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphTracker()
| Method Detail |
|---|
public static GraphTracker get()
public void notifyAddTriple(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple t)
public void notifyDeleteTriple(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple t)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||