Package org.apache.jena.graph
Class GraphEvents
java.lang.Object
org.apache.jena.graph.GraphEvents
GraphEvents is the base class for Jena general graph events. Each graph event
has a title and some content.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GraphEvents
static final GraphEvents
static final GraphEvents
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
For events generated by the Jena code base the content is one of:startRead
finishRead
removeAll
The empty string.remove
The (non-concrete) triple being removed.getTitle()
For events generated by the Jena code base the title is always a String, and is one of:startRead
startRead
finishRead
finishRead
removeAll
removeAll
remove
remove(Node, Node, Node)
A fluid triple relevant to the event, or null if not applicable.static GraphEvents
boolean
same
(GraphEvents o) toString()
-
Field Details
-
removeAll
-
startRead
-
finishRead
-
-
Constructor Details
-
GraphEvents
-
-
Method Details
-
equals
-
same
-
remove
-
toString
-
getTriple
A fluid triple relevant to the event, or null if not applicable. For events generated by the Jena code base the title is always a String, and is one of:startRead
finishRead
null
removeAll
Triple.ANY
remove
- The fluid triple being removed.
- Returns:
- An interesting triple.
-
getContent
For events generated by the Jena code base the content is one of:startRead
finishRead
removeAll
- The empty string.
remove
- The (non-concrete) triple being removed.
-
getTitle
For events generated by the Jena code base the title is always a String, and is one of:startRead
startRead
finishRead
finishRead
removeAll
removeAll
remove
remove(Node, Node, Node)
-