See: Description
| Class | Description |
|---|---|
| JPanel4TimeModelConfiguration |
The Class JPanel4TimeModelConfiguration has to be extended in order to
provide a specific JPanle for the configuration of a TimeModel.
|
| StopWatch |
The Class StopWatch can be used as tool to measure time between two events.
|
| TimeDurationFormat |
The Class TimeDurationFormat.
|
| TimeFormat |
The Class TimeFormat describes a predefined format for a date.
|
| TimeFormatSelection |
The Class TimeFormatSelection can be used as widget in order to
configure Strings of time format.
|
| TimeFormatVector |
The Class TimeFormatVector is a Vector that holds different TimeFormats.
|
| TimeModel |
This is the abstract base class for any time model.
|
| TimeModelBaseExecutionElements |
The Class JToolBarElements4TimeModelExecution has to be extended in order to
provide a specific display for a TimeModel during the execution of an agency.
|
| TimeModelContinuous |
The Class TimeModelContinuous.
|
| TimeModelContinuousConfiguration |
The Class TimeModelStrokeConfiguration extends the class
JPanel4TimeModelConfiguration
and is used in order to configure the TimeModelContinuous. |
| TimeModelContinuousExecutionElements |
The Class TimeModelContinuousExecutionElements.
|
| TimeModelDateBased |
The Class TimeModelDateBased.
|
| TimeModelDiscrete |
This is a discrete time model, which can either start from 0 or
from a specified time.
|
| TimeModelDiscreteConfiguration |
The Class TimeModelStrokeConfiguration.
|
| TimeModelDiscreteExecutionElements |
The Class TimeModelDiscreteExecutionElements.
|
| TimeModelPresent |
TimeModel which uses the current system time of the system/platform, especially for monitoring use cases.
|
| TimeModelPresentConfiguration |
The Class TimeModelPresentConfiguration is the JPanel used for configuration of the TimeModelPresent.
|
| TimeModelStroke |
This is a stroke time model, which inherits just a simple counter and can
be used in an
EnvironmentModel |
| TimeModelStrokeConfiguration |
The Class TimeModelStrokeConfiguration.
|
| TimeModelStrokeExecutionElements |
The Class TimeModelStrokeExecutionElements.
|
| TimeUnit |
The Class TimeUnit describes the relationship between
a time increment and .
|
| TimeUnitVector |
The Class TimeUnitVector is a Vector that holds different TimeUnits with
different parameters, like textual description, number of digits etc.
|