|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.umd.cfar.lamp.apploader.prefs.ModelEvent
Describes a change in an RDF model.
Constructor Summary | |
ModelEvent(com.hp.hpl.jena.rdf.model.Model del,
com.hp.hpl.jena.rdf.model.Model add)
Creates a new model event, with the given additions and removals. |
Method Summary | |
com.hp.hpl.jena.rdf.model.Model |
getAdded()
Gets all the RDF Statements related to the query since the Listener was last invoked. |
com.hp.hpl.jena.rdf.model.Model |
getRemoved()
Gets all of the RDF Statements that were removed, related to the listening filter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ModelEvent(com.hp.hpl.jena.rdf.model.Model del, com.hp.hpl.jena.rdf.model.Model add)
del
- these triples are removedadd
- these triples are addedMethod Detail |
public com.hp.hpl.jena.rdf.model.Model getAdded()
public com.hp.hpl.jena.rdf.model.Model getRemoved()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |