public class SetEventSetMsg extends NodeMsg
Constructor and Description |
---|
SetEventSetMsg(TucsonAgentId id,
java.util.List<? extends Tuple> ts) |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends Tuple> |
getEventWnSet() |
void |
setEventWnSet(java.util.List<? extends Tuple> set) |
public SetEventSetMsg(TucsonAgentId id, java.util.List<? extends Tuple> ts)
id
- the agent id of the senderts
- the list of tuples representing events to overwrite the InQ
with