|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iu.cnets.klatsch.model.basic.BasicEvent
public class BasicEvent
This is a simple implementation of Event
for feed types that don't need any advanced features.
Field Summary | |
---|---|
(package private) Edge[] |
edges
|
(package private) int |
time
|
Constructor Summary | |
---|---|
BasicEvent(int time,
Edge... edges)
|
Method Summary | |
---|---|
java.util.Iterator<Edge> |
edges()
Returns an iterator over the edges in this event. |
int |
time()
Returns the timestamp for this event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int time
Edge[] edges
Constructor Detail |
---|
public BasicEvent(int time, Edge... edges)
Method Detail |
---|
public int time()
Event
time
in interface Event
public java.util.Iterator<Edge> edges()
Event
edges
in interface Event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |