alice.respect
Class OutTCActivity

java.lang.Object
  |
  +--alice.respect.OutTCActivity
All Implemented Interfaces:
java.lang.Runnable

public abstract class OutTCActivity
extends java.lang.Object
implements java.lang.Runnable

Base class defining Activity spawnable from ReSpecT code.


Field Summary
protected  LogicTuple args
           
 
Constructor Summary
OutTCActivity()
           
 
Method Summary
 void setArguments(LogicTuple args_)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

args

protected LogicTuple args
Constructor Detail

OutTCActivity

public OutTCActivity()
Method Detail

setArguments

public void setArguments(LogicTuple args_)