|
|||||||||
Home >> All >> alice >> respect >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
alice.respect.test
Class TestRespectActivity

java.lang.Objectalice.respect.JavaActivity
alice.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.
|
|||||||||
Home >> All >> alice >> respect >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |