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

Quick Search    Search Deep

alice.respect
Class OutTCActivity  view OutTCActivity download OutTCActivity.java

java.lang.Object
  extended byalice.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  alice.logictuple.LogicTuple args
           
 
Constructor Summary
OutTCActivity()
           
 
Method Summary
 void setArguments(alice.logictuple.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 alice.logictuple.LogicTuple args
Constructor Detail

OutTCActivity

public OutTCActivity()
Method Detail

setArguments

public void setArguments(alice.logictuple.LogicTuple args_)