| Interface | Description |
|---|---|
| DTDConstants |
An interface colllecting all element and attribute names used in
the stella.xml package.
|
| ReservedConstants |
A collection of reserved constant names within target definitions.
|
| UserAdjustable |
An interface defining properties that are settable by the user.
|
| UserDetails |
An interface that additionally provides detailed description to the
settable variables.
|
| Class | Description | ||
|---|---|---|---|
| DOMSequence |
An XML-parser-application interface to read sequencer files in
XML format (see
DOMSequence.Test |
|
Use for testing.
|
| DOMTarget |
An XML-parser-application interface to read target definition files
in XML format (see w3c XML
1.0).
|
||
| DOMTarget.Deserialize |
A class to test serialization.
|
||
| DOMTarget.FileToFile |
A class that reads in an xml-file, parses, and writes an xml-file.
|
||
| DOMTarget.Filter |
A class that reads in an xml-file, parses, and writes an xml-file, if it
satisfies a certain filter.
|
||
| DOMTarget.Properties |
A class that reads in an xml-file, parses, and prints out the global
properties of the target.
|
||
| DOMTarget.Serialize |
A class that reads in an xml-file, parses, and serializes it.
|
||
| DOMTarget.SerializeMerit |
A clas to test serialization of merits.
|
||
| DOMTools |
A helper class consisting only of static methods that are used to convert
DOM Nodes to java classes.
|
||
| ElementHelper |
A class that allows xml-elements that require or support constant lists to
easily verify if the user-supplied input is sufficient.
|
||
| ElementHelper.Valid |
Test the validity of an element helper.
|
||
| GrbTarget |
An DOM-based description of a GRB target used on GRB triggers.
|
||
| LoopingSequencer | |||
| ParsedTarget |
An DOM-based description of a target.
|
||
| SequenceErrorFinalizer |
A simple error finalizer acting directly on the
XMLSequencer. |
||
| SequenceList |
An XML-parser-application interface to read sequencer files in
XML format (see
SequenceList.Read |
|
We try to read in the sequence file given on the command line and
construct a sequence list out of it.
|
| SequenceStep |
This class represents a single step in a observational sequence.
|
||
| SequenceTask |
Represents a special Element, namely a Task element in an xml-sequencer
file.
|
||
| SporeTarget | |||
| SporeTarget.Constraint |
Defines one constraint for target selection.
|
||
| SporeTarget.Dump | |||
| TargetFactory |
A class to allow easy production of target-xml files.
|
||
| XMLErrorFinalizer |
A simple error finalizer acting directly on the
XMLSequencer. |
||
| XMLRenderer |
The interlink between the
MasterMind and the
Sequencing instance. |
||
| XMLScheduler |
An implementation of the
Scheduling interface. |
||
| XMLSequencer |