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

Quick Search    Search Deep

alice.respect
Class ActivitySpawner  view ActivitySpawner download ActivitySpawner.java

java.lang.Object
  extended byalice.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.


Field Summary
protected  alice.logictuple.LogicTuple args
           
protected  java.lang.String sourceFileName
           
protected  alice.logictuple.LogicTuple tuple
           
 
Constructor Summary
(package private) ActivitySpawner(java.lang.String source_, alice.logictuple.LogicTuple args_, alice.logictuple.LogicTuple tuple_)
           
 
Method Summary
(package private) abstract  boolean spawn(Reactor reactor)
           
 
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 alice.logictuple.LogicTuple args

tuple

protected alice.logictuple.LogicTuple tuple
Constructor Detail

ActivitySpawner

ActivitySpawner(java.lang.String source_,
                alice.logictuple.LogicTuple args_,
                alice.logictuple.LogicTuple tuple_)
Method Detail

spawn

abstract boolean spawn(Reactor reactor)