public class PelletGraphListener extends Object implements com.hp.hpl.jena.graph.GraphListener
| Constructor and Description |
|---|
PelletGraphListener(com.hp.hpl.jena.graph.Graph rootGraph,
KnowledgeBase kb) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Set<com.hp.hpl.jena.graph.Graph> |
getChangedGraphs() |
Set<com.hp.hpl.jena.graph.Graph> |
getLeafGraphs() |
boolean |
isChanged() |
void |
notifyAddArray(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple[] triples) |
void |
notifyAddGraph(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Graph added) |
void |
notifyAddIterator(com.hp.hpl.jena.graph.Graph g,
Iterator<com.hp.hpl.jena.graph.Triple> it) |
void |
notifyAddList(com.hp.hpl.jena.graph.Graph g,
List<com.hp.hpl.jena.graph.Triple> triples) |
void |
notifyAddTriple(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple t) |
void |
notifyDeleteArray(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple[] triples) |
void |
notifyDeleteGraph(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Graph removed) |
void |
notifyDeleteIterator(com.hp.hpl.jena.graph.Graph g,
Iterator<com.hp.hpl.jena.graph.Triple> it) |
void |
notifyDeleteList(com.hp.hpl.jena.graph.Graph g,
List<com.hp.hpl.jena.graph.Triple> list) |
void |
notifyDeleteTriple(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple t) |
void |
notifyEvent(com.hp.hpl.jena.graph.Graph source,
Object value) |
void |
reset() |
public PelletGraphListener(com.hp.hpl.jena.graph.Graph rootGraph,
KnowledgeBase kb)
public void dispose()
public boolean isChanged()
public Set<com.hp.hpl.jena.graph.Graph> getChangedGraphs()
public Set<com.hp.hpl.jena.graph.Graph> getLeafGraphs()
public void notifyAddArray(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple[] triples)
notifyAddArray in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyAddGraph(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Graph added)
notifyAddGraph in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyAddIterator(com.hp.hpl.jena.graph.Graph g,
Iterator<com.hp.hpl.jena.graph.Triple> it)
notifyAddIterator in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyAddList(com.hp.hpl.jena.graph.Graph g,
List<com.hp.hpl.jena.graph.Triple> triples)
notifyAddList in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyAddTriple(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple t)
notifyAddTriple in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyDeleteArray(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple[] triples)
notifyDeleteArray in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyDeleteGraph(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Graph removed)
notifyDeleteGraph in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyDeleteIterator(com.hp.hpl.jena.graph.Graph g,
Iterator<com.hp.hpl.jena.graph.Triple> it)
notifyDeleteIterator in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyDeleteList(com.hp.hpl.jena.graph.Graph g,
List<com.hp.hpl.jena.graph.Triple> list)
notifyDeleteList in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyDeleteTriple(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple t)
notifyDeleteTriple in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyEvent(com.hp.hpl.jena.graph.Graph source,
Object value)
notifyEvent in interface com.hp.hpl.jena.graph.GraphListenerpublic void reset()
Copyright © 2013. All Rights Reserved.