edu.iastate.metnet.aracyc
Class GraphStatistics
java.lang.Object
edu.iastate.metnet.aracyc.ConsoleApplication
edu.iastate.metnet.aracyc.GraphStatistics
public class GraphStatistics
- extends ConsoleApplication
run the program by
java -cp bin\MainWindow2.jar;lib\jbossall-client.jar;lib\log4j-1.2.8.jar;lib\resource.jar
edu.iastate.metnet.aracyc.GraphStatistics
By this program, user can input command online and let the class dispatch the task to other
internal classes.
- Author:
- Jie Li
|
Method Summary |
static GraphStatistics |
getInstance()
|
static void |
main(java.lang.String[] args)
run this example by "ant test -Dmainclass=aracyc.GraphStatistics --arg=opt" |
void |
prompt()
prompt command line to let user do input and observe output |
protected void |
run(java.lang.String[] args)
require the subclass implement the run() function |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
static org.apache.log4j.Logger logger
graphStatistics
static GraphStatistics graphStatistics
run
protected void run(java.lang.String[] args)
- Description copied from class:
ConsoleApplication
- require the subclass implement the run() function
- Specified by:
run in class ConsoleApplication
main
public static void main(java.lang.String[] args)
- run this example by "ant test -Dmainclass=aracyc.GraphStatistics --arg=opt"
- Parameters:
args - the argument start from classname (excluded)
getInstance
public static GraphStatistics getInstance()
prompt
public void prompt()
- prompt command line to let user do input and observe output