public interface CustomTimeSequence
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TIME_SEQUENCE_NAME
CustomTimeSequence must be registered with this registration property
specifying the name of the time sequence. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getNextEventTime(java.util.Date previousEventTime)
This method is called by the
EventGenerator to obtain the time for firing the next event of this
event sequence. |
static final java.lang.String TIME_SEQUENCE_NAME
CustomTimeSequence must be registered with this registration property
specifying the name of the time sequence. This name may be then reffered
in method EventGenerator.setTimeSequence(String customTimeSequenceName).java.util.Date getNextEventTime(java.util.Date previousEventTime)
throws ManagementException
EventGenerator to obtain the time for firing the next event of this
event sequence.previousEventTime - the time the previous event of this sequence has been generated. Null for the first event.ManagementException - if this sequence cannot be continued or other error has occuredCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.