public class GraphEvent extends Object
TripleCollection. A GraphEvent object keeps
information about this event. These information are: The Triple
that was part of the modification, the type of modification (addition or
removal) and the TripleCollection that was modified.| Modifier | Constructor and Description |
|---|---|
protected |
GraphEvent(Graph graph,
Triple triple) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
getGraph()
Returns the
TripleCollection that was modified in the event. |
Triple |
getTriple()
Return the
Triple that was part of the modification. |
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.