alice.respect
Class ActivitySpawner

java.lang.Object
  |
  +--alice.respect.ActivitySpawner
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JavaSpawner, OutTCSpawner, PrologSpawner

public abstract class ActivitySpawner
extends java.lang.Object
implements java.io.Serializable

Base class for the activity (Java and Prolog) spawner of ReSpecT.

See Also:
Serialized Form

Field Summary
protected  LogicTuple args
           
protected  java.lang.String sourceFileName
           
protected  LogicTuple tuple
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceFileName

protected java.lang.String sourceFileName

args

protected LogicTuple args

tuple

protected LogicTuple tuple