Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alice.tuplemedium.runtime
Class SetTupleSetMsg  view SetTupleSetMsg download SetTupleSetMsg.java

java.lang.Object
  extended byalice.tuplemedium.runtime.NodeMsg
      extended byalice.tuplemedium.runtime.SetTupleSetMsg
All Implemented Interfaces:
java.io.Serializable

public class SetTupleSetMsg
extends NodeMsg

inspector message to set a new tuple set in the observed tuple centre


Field Summary
 java.util.ArrayList tupleSet
           
 
Fields inherited from class alice.tuplemedium.runtime.NodeMsg
aid, methodName
 
Constructor Summary
SetTupleSetMsg(alice.tuplemedium.AgentId id, java.util.ArrayList ts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tupleSet

public java.util.ArrayList tupleSet
Constructor Detail

SetTupleSetMsg

public SetTupleSetMsg(alice.tuplemedium.AgentId id,
                      java.util.ArrayList ts)