| Interface | Description |
|---|---|
| AfterRegistering |
This interface marks parameters that need some action after all
parameters have been cross-registered.
|
| DatabaseParameter |
A parameter that obtains its value from a data base.
|
| Decreasing |
An interface denoting that this
Value implementation has a
value that decreases with time. |
| EventTrigger |
A interface indicating that a (possible) trigger is linked to
listening to an event,
e.g.
|
| GlobalAccessible |
A generic interface for querying and manipulating global parameters.
|
| GlobalDepending |
A interface that all classes should implement that need a
GlobalGrouping instance for proper functionality. |
| GlobalGrouping |
A generic interface for querying and manipulating global parameters.
|
| Increasing |
An interface denoting that this
Value implementation has a
value that increases with time. |
| Parameter |
This interface defines querry routines for global variables.
|
| ParameterDepending |
An interface signaling that this class depends on a certain parameter
clustered in a parameter set.
|
| Settable |
A marker interface to identify parameters that can be set.
|
| StatePreserving |
A state preserving parameter saves its current state on exit and restores
it during init.
|
| TargetDependingParameter |
A target depending parameter can define its value only with a
TargetDefinition. |
| TimeDepending |
Mainly for
Parameters that show a time dependency. |
| TimeDependingTargetValue |
Combines target depending plus value properties, no new properties, but
redifines
#getFor to deliver a number. |
| TimeDependingValue |
Mainly for
Parameters that show a time dependency. |
| Trigger |
A convenience interface useful for parameters that return Boolean
instances at their
Parameter.get() method. |
| Value |
A convenience interface to allow direct return of a
Parameter.get()
value as a number object. |
| Class | Description |
|---|---|
| AbstractGlobalGroup |
An abstract implementation of parameter watching.
|
| GlobalSet |
This class combines various
Parameters to a set. |
| Enum | Description |
|---|---|
| GlobalSet.Astronomical |