public class SetTupleSetMsg extends NodeMsg
Constructor and Description |
---|
SetTupleSetMsg(TucsonAgentId id,
java.util.List<? extends Tuple> ts) |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends Tuple> |
getTupleSet() |
void |
setTupleSet(java.util.List<? extends Tuple> set) |
public SetTupleSetMsg(TucsonAgentId id, java.util.List<? extends Tuple> ts)
id
- the agent id of the senderts
- the list of tuples to overwrite the tuple set with