|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.primordion.xholon.app.Xhn
Xholon launcher.
| Field Summary | |
static java.lang.String |
modelFileSuffix
|
| Constructor Summary | |
Xhn()
Constructor. |
|
| Method Summary | |
void |
launch(java.lang.String[] args,
java.lang.String title)
Parse the input arguments, and launch with or without a GUI. |
void |
launchGui(java.lang.String modelName,
java.lang.String title)
Start the GUI, and optionally load a model. |
void |
launchNogui(java.lang.String modelName)
Execute a model without the GUI. |
static void |
main(java.lang.String[] args)
main |
void |
usage()
Show usage. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String modelFileSuffix
| Constructor Detail |
public Xhn()
| Method Detail |
public void launch(java.lang.String[] args,
java.lang.String title)
args - Two optional command line arguments.title - A title, such as at the top of the GUI window.
public void launchGui(java.lang.String modelName,
java.lang.String title)
modelName - The name of a model to load (ex: HelloWorld_xhn.xml), or null.public void launchNogui(java.lang.String modelName)
modelName - The name of a model to load (ex: HelloWorld_xhn.xml). This parameter cannot be null.public void usage()
public static void main(java.lang.String[] args)
args - Two optional command line arguments.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||