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

Quick Search    Search Deep

alice.respect.test
Class TestRespectActivity  view TestRespectActivity download TestRespectActivity.java

java.lang.Object
  extended byalice.respect.JavaActivity
      extended byalice.respect.test.TestRespectActivity
All Implemented Interfaces:
java.lang.Runnable

public class TestRespectActivity
extends alice.respect.JavaActivity

Version:

Field Summary
(package private)  java.lang.String args
           
 
Fields inherited from class alice.respect.JavaActivity
 
Constructor Summary
TestRespectActivity()
           
 
Method Summary
 void run()
          This method will be called by whoever wishes to run your class implementing Runnable.
 void setArguments(alice.logictuple.LogicTuple arg)
           
 
Methods inherited from class alice.respect.JavaActivity
getSpec, in, inp, out, rd, rdp, setSpec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

args

java.lang.String args
Constructor Detail

TestRespectActivity

public TestRespectActivity()
Method Detail

setArguments

public void setArguments(alice.logictuple.LogicTuple arg)

run

public void run()
Description copied from interface: java.lang.Runnable
This method will be called by whoever wishes to run your class implementing Runnable. Note that there are no restrictions on what you are allowed to do in the run method, except that you cannot throw a checked exception.