|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjigcell.compare.tests.OAAConnectorTest
public class OAAConnectorTest
Tests the OAAConnector class.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
Field Summary | |
---|---|
protected com.sri.oaa2.lib.LibOaa |
myOaa
OAA connection |
Constructor Summary | |
---|---|
OAAConnectorTest()
Tests the OAAConnector class. |
Method Summary | |
---|---|
protected void |
dispatch(java.lang.String command,
java.lang.String input,
java.lang.String output)
Dispatches a command through the OAAConnector. |
protected void |
execute(java.lang.String command)
Executes a command through the OAAConnector. |
static void |
main(java.lang.String[] args)
Tests the OAAConnector class. |
protected void |
sendFile(java.lang.String name,
java.lang.String file)
Sends a file through the OAAConnector. |
void |
test()
Tests the OAAConnector class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected com.sri.oaa2.lib.LibOaa myOaa
Constructor Detail |
---|
public OAAConnectorTest()
Method Detail |
---|
public static void main(java.lang.String[] args)
public void test()
protected void dispatch(java.lang.String command, java.lang.String input, java.lang.String output)
command
- Dispatch commandinput
- List of input variables or null if noneoutput
- Name of output variable or null if noneprotected void execute(java.lang.String command)
command
- Commandprotected void sendFile(java.lang.String name, java.lang.String file)
name
- File namefile
- File contents
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |