Modifier and Type | Class and Description |
---|---|
class |
OHMMDrive
OHMM high level processor lib with extensions for the drive module.
|
class |
OHMMSite
OHMM high level processor library with site extensions.
|
Modifier and Type | Field and Description |
---|---|
protected OHMM |
OHMMShell.ohmm
Our OHMM.
|
Modifier and Type | Method and Description |
---|---|
static OHMM |
OHMM.makeOHMM(java.lang.String[] argv)
Covers
makeOHMM(String[], String) , no extra usage. |
static OHMM |
OHMM.makeOHMM(java.lang.String[] argv,
java.lang.String extraUsage)
Constructs an OHMM from command line parameters.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends OHMM> |
OHMM.getOHMMClass()
Determine what class
makeOHMM(java.lang.String[], java.lang.String) instantiates. |
Constructor and Description |
---|
OHMMShell(OHMM ohmm)
Make a new OHMMShell wrapping an
OHMM instance. |