|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.entry.Main
public class Main
jACT-R start up application Usage: jactr --compile modelFile.jactr execution: jactr --environment environment.env jactr --run modelFile.compiled jactr --run modelFile.compiled --onStart class --onStop class jactr --log exit codes: -3 unknown -2 compilation error -1 configuration error 0 success
| Constructor Summary | |
|---|---|
Main()
|
|
| Method Summary | |
|---|---|
void |
cleanUp(org.jactr.core.runtime.ACTRRuntime runtime)
|
void |
compile(org.apache.commons.cli.CommandLine cmd)
compile the models |
org.jactr.core.runtime.ACTRRuntime |
configureLogging(org.jactr.core.runtime.ACTRRuntime runtime,
org.apache.commons.cli.CommandLine cmd)
set up the logging for the models |
org.jactr.core.runtime.ACTRRuntime |
configureRuntime(org.jactr.core.runtime.ACTRRuntime runtime,
org.apache.commons.cli.CommandLine cmd)
create the deafault environment for a run.. |
org.jactr.core.runtime.ACTRRuntime |
createRuntime(org.apache.commons.cli.CommandLine cmd)
|
org.jactr.core.runtime.ACTRRuntime |
createRuntime(java.net.URL environmentConfigFile)
|
org.jactr.core.runtime.ACTRRuntime |
loadModels(org.jactr.core.runtime.ACTRRuntime runtime,
org.apache.commons.cli.CommandLine cmd)
|
static void |
main(java.lang.String[] argv)
The main program for the jactr class |
void |
run(org.jactr.core.runtime.ACTRRuntime runtime)
|
void |
waitForRuntime(org.jactr.core.runtime.ACTRRuntime runtime)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Main()
cmd - | Method Detail |
|---|
public org.jactr.core.runtime.ACTRRuntime configureRuntime(org.jactr.core.runtime.ACTRRuntime runtime,
org.apache.commons.cli.CommandLine cmd)
public org.jactr.core.runtime.ACTRRuntime configureLogging(org.jactr.core.runtime.ACTRRuntime runtime,
org.apache.commons.cli.CommandLine cmd)
cmd -
public void waitForRuntime(org.jactr.core.runtime.ACTRRuntime runtime)
public void run(org.jactr.core.runtime.ACTRRuntime runtime)
public void cleanUp(org.jactr.core.runtime.ACTRRuntime runtime)
public org.jactr.core.runtime.ACTRRuntime createRuntime(java.net.URL environmentConfigFile)
throws java.lang.Exception
java.lang.Exception
public org.jactr.core.runtime.ACTRRuntime createRuntime(org.apache.commons.cli.CommandLine cmd)
throws java.lang.Exception
java.lang.Exceptionpublic void compile(org.apache.commons.cli.CommandLine cmd)
cmd -
public org.jactr.core.runtime.ACTRRuntime loadModels(org.jactr.core.runtime.ACTRRuntime runtime,
org.apache.commons.cli.CommandLine cmd)
public static void main(java.lang.String[] argv)
argv - The command line arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||