| Package | Description |
|---|---|
| stella | |
| stella.util | |
| stella.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommandRenderer
An abstract implementation of
CommandRendering provides a
protected constructor with a single Properties object as an
argument. |
| Modifier and Type | Field and Description |
|---|---|
private CommandRendering |
MasterMind.render
The command rendering object.
|
| Modifier and Type | Method and Description |
|---|---|
static CommandRendering |
AbstractCommandRenderer.createCommandRenderer(Map<String,String> prop)
Constructs a new scheduling instance using the mapping of the
PropertySupplying.KEY_CLASS to the class name to derive the class to instantiate. |
| Modifier and Type | Method and Description |
|---|---|
void |
Sequencing.registerRender(CommandRendering chef)
Registers the master mind controler to this Sequencing implementation
for lookback-calls.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DummySequencer.registerRender(CommandRendering dummy)
Register command renderer.
|
void |
SimulatorSequencer.registerRender(CommandRendering chef)
Not needed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLRenderer
The interlink between the
MasterMind and the
Sequencing instance. |
| Modifier and Type | Field and Description |
|---|---|
private CommandRendering |
XMLSequencer.chef
A link to the master command renderer.
|
private CommandRendering |
LoopingSequencer.chef
A link to the master command renderer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLSequencer.registerRender(CommandRendering boss)
Registers the master mind.
|
void |
LoopingSequencer.registerRender(CommandRendering boss)
Registers the master mind.
|