org.cougaar.core.examples.mobility.ldm |
|
Java Source File Name | Type | Comment |
LocalStepImpl.java | Class | Package-private implementation for a step where
the target ("actor") is the local agent. |
MobilityTestDomain.java | Class | The mobility test domain ("mobilityTest") just has a
factory, with no LPs. |
MobilityTestFactory.java | Interface | Factory to create Step objects. |
MobilityTestFactoryImpl.java | Class | Package-private factory implementation. |
Proc.java | Interface | A Proc is a running Script -- it's short for "process",
which is a classname that's already used by
"java.lang.Process". |
ProcImpl.java | Class | Package-private implementation for a script proc. |
RemoteStepImpl.java | Class | Package-private implementation for a step where
the target ("actor") is a remote agent. |
Script.java | Interface | A Script is an immutable list of mobility steps and
control loops.
See ScriptParser for parsing details.
A Proc is a runtime (mutable) instance of a
Script. |
ScriptGoto.java | Class | Ugly "goto" to create simple script loops. |
ScriptImpl.java | Class | Package-private implementation for a script. |
ScriptLabel.java | Class | Ugly "label" to create simple script loops. |
ScriptParser.java | Class | Package-private script parser.
Note that, at this time, the scripting language is rather
limited. |
ScriptStep.java | Class | Script wrapper for StepOptions, allowing scripting
override for the otherwise immutable options. |
Step.java | Interface | A step has fixed options and a dynamic status. |
StepOptions.java | Class | Immutable step configuration options. |
StepStatus.java | Class | Mutable status of step processing. |