org.apache.clerezza.rdf.core.event
Class AddEvent

java.lang.Object
  extended by org.apache.clerezza.rdf.core.event.GraphEvent
      extended by org.apache.clerezza.rdf.core.event.AddEvent

public class AddEvent
extends GraphEvent

This class represent a addition event that occured on a TripleCollection.

Author:
rbn

Constructor Summary
AddEvent(TripleCollection graph, Triple triple)
           
 
Method Summary
 
Methods inherited from class org.apache.clerezza.rdf.core.event.GraphEvent
getGraph, getTriple
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddEvent

public AddEvent(TripleCollection graph,
                Triple triple)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.