| Package | Description |
|---|---|
| stella | |
| stella.util | |
| stella.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScheduler
An abstract implementation of the
Scheduling interface. |
| Modifier and Type | Field and Description |
|---|---|
private Scheduling |
MasterMind.scheduler
The actual scheduling object used.
|
| Modifier and Type | Method and Description |
|---|---|
static Scheduling |
AbstractScheduler.createScheduler(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 | Class and Description |
|---|---|
class |
PointingScheduler
A class that should be used as a scheduler during automatic pointing model
deriving.
|
| Modifier and Type | Field and Description |
|---|---|
private Scheduling |
HighestTarget.scheduler
The actual scheduling object used.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLScheduler
An implementation of the
Scheduling interface. |