aa.tool
Class PublicTupleSpace

java.lang.Object
  extended byaa.tool.TupleSpace
      extended byaa.tool.PublicTupleSpace

public class PublicTupleSpace
extends TupleSpace

This class provides a tuple space that supports the direct reference to actor tuples in this tuple space.

History:

Version:
$Date: 2008/01/01 00:23:57 $ $Revision: 1.1 $
Author:
Myeong-Wuk Jang

Field Summary
 
Fields inherited from class aa.tool.TupleSpace
m_llActorTuples
 
Constructor Summary
PublicTupleSpace()
           
 
Method Summary
 ActorTuple[] getActorTuples()
          Returns the array of actor tuples in this tuple space.
 
Methods inherited from class aa.tool.TupleSpace
getMatchedTupleList, read, readAll, removeAll, search, searchAll, take, takeAll, update, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicTupleSpace

public PublicTupleSpace()
Method Detail

getActorTuples

public final ActorTuple[] getActorTuples()
Returns the array of actor tuples in this tuple space.

Returns:
the array of actor tuples in this tuple space.