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(TripleCollection graph,
Triple triple) |
Modifier and Type | Method and Description |
---|---|
TripleCollection |
getGraph()
Returns the
TripleCollection that was modified in the event. |
Triple |
getTriple()
Return the
Triple that was part of the modification. |
protected GraphEvent(TripleCollection graph, Triple triple)
public TripleCollection getGraph()
TripleCollection
that was modified in the event.public Triple getTriple()
Triple
that was part of the modification.Copyright © 2014 The Apache Software Foundation. All Rights Reserved.