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

Quick Search    Search Deep

alice.respect
Class OutTCSpawner  view OutTCSpawner download OutTCSpawner.java

java.lang.Object
  extended byalice.respect.ActivitySpawner
      extended byalice.respect.OutTCSpawner
All Implemented Interfaces:
java.io.Serializable

public class OutTCSpawner
extends ActivitySpawner

Defines the OutTC activity spawnable from ReSpecT code.


Field Summary
 
Fields inherited from class alice.respect.ActivitySpawner
args, sourceFileName, tuple
 
Constructor Summary
(package private) OutTCSpawner(java.lang.String classFile, alice.logictuple.LogicTuple args, alice.logictuple.LogicTuple tuple)
           
 
Method Summary
(package private)  boolean spawn(Reactor reactor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutTCSpawner

OutTCSpawner(java.lang.String classFile,
             alice.logictuple.LogicTuple args,
             alice.logictuple.LogicTuple tuple)
Method Detail

spawn

boolean spawn(Reactor reactor)
Specified by:
spawn in class ActivitySpawner