public class GraphEvents extends Object
Modifier and Type | Field and Description |
---|---|
static GraphEvents |
finishRead |
static GraphEvents |
removeAll |
static GraphEvents |
startRead |
Constructor and Description |
---|
GraphEvents(String title,
Object content) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
getContent()
For events generated by the Jena code base the content is one of:
startRead finishRead removeAllThe empty string. removeThe (non-concrete) triple being removed. |
Object |
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)
|
Triple |
getTriple()
A fluid triple relevant to the event, or null if not applicable.
|
static GraphEvents |
remove(Node s,
Node p,
Node o) |
boolean |
same(GraphEvents o) |
String |
toString() |
public static final GraphEvents removeAll
public static final GraphEvents startRead
public static final GraphEvents finishRead
public boolean same(GraphEvents o)
public static GraphEvents remove(Node s, Node p, Node o)
public Triple getTriple()
startRead
finishRead
null
removeAll
Triple.ANY
remove
public Object getContent()
startRead
finishRead
removeAll
remove
public Object getTitle()
startRead
startRead
finishRead
finishRead
removeAll
removeAll
remove
remove(Node, Node, Node)
Licenced under the Apache License, Version 2.0