com.hp.hpl.jena.graph
Class GraphEvents

java.lang.Object
  extended by com.hp.hpl.jena.graph.GraphEvents

public class GraphEvents
extends Object

GraphEvents is the base class for Jena general graph events. Each graph event has a title and some content.

Author:
kers

Field Summary
static GraphEvents finishRead
           
static GraphEvents removeAll
           
static GraphEvents startRead
           
 
Constructor Summary
GraphEvents(String title, Object content)
           
 
Method Summary
 boolean equals(Object o)
           
static Object remove(Node s, Node p, Node o)
           
 boolean same(GraphEvents o)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

removeAll

public static final GraphEvents removeAll

startRead

public static final GraphEvents startRead

finishRead

public static final GraphEvents finishRead
Constructor Detail

GraphEvents

public GraphEvents(String title,
                   Object content)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

same

public boolean same(GraphEvents o)

remove

public static Object remove(Node s,
                            Node p,
                            Node o)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP