edu.iu.cnets.klatsch.model
Interface Event

All Known Implementing Classes:
BasicEvent

public interface Event

This is the interface for working with an event from a feed of social events. The rest of the Klatsch interpreter operates ONLY in terms of this interface.


Method Summary
 java.util.Iterator<Edge> edges()
          Returns an iterator over the edges in this event.
 int time()
          Returns the timestamp for this event.
 

Method Detail

time

int time()
Returns the timestamp for this event.


edges

java.util.Iterator<Edge> edges()
Returns an iterator over the edges in this event.