Java package provides you with the necessary Java classes for handling a chronology
of period objects; A lot of data models include a chronology of their configuration.See: Description
| Interface | Description |
|---|---|
| IPeriodObjectModel |
This
Java interface defines a period of an object;
This represents an object (element) valid upon a certain period of time. |
| Class | Description |
|---|---|
| AbstractPeriodObjectModel |
This
abstract Java class defines a period that represents an object that is valid upon a certain period of time;
It has an XML representation. |
| BaseChronologyModel<T extends AbstractPeriodObjectModel> |
This
Java class defines a chronology represents a list of period objects. |
| ChronologyModel |
This
Java class defines a chronology that includes a list of period objects. |
| PeriodObjectModel |
This
Java class defines a period object that represents a data object
(see XML-marshallable element) valid upon a certain period of time specified by a
start timestamp and an end timestamp;
This class is necessary to handle a chronology of data elements. |
Java package provides you with the necessary Java classes for handling a chronology
of period objects; A lot of data models include a chronology of their configuration.