public class WallclockTimingSpecifier extends TimingSpecifier
| Modifier and Type | Field and Description |
|---|---|
protected InstanceTime |
instance
The instance time.
|
protected Calendar |
time
The wallclock time.
|
isBegin, owner| Constructor and Description |
|---|
WallclockTimingSpecifier(TimedElement owner,
boolean isBegin,
Calendar time)
Creates a new WallclockTimingSpecifier object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Initializes this timing specifier by adding the initial instance time
to the owner's instance time list or setting up any event listeners.
|
boolean |
isEventCondition()
Returns whether this timing specifier is event-like (i.e., if it is
an eventbase, accesskey or a repeat timing specifier).
|
String |
toString()
Returns a string representation of this timing specifier.
|
deinitialize, getOwner, isBeginprotected Calendar time
protected InstanceTime instance
public WallclockTimingSpecifier(TimedElement owner, boolean isBegin, Calendar time)
public String toString()
public void initialize()
initialize in class TimingSpecifierpublic boolean isEventCondition()
isEventCondition in class TimingSpecifierCopyright © 2000–2024 Apache Software Foundation. All rights reserved.