public class WallclockTimingSpecifier extends TimingSpecifier
Modifier and Type | Field and Description |
---|---|
protected InstanceTime |
instance
The instance time.
|
protected java.util.Calendar |
time
The wallclock time.
|
isBegin, owner
Constructor and Description |
---|
WallclockTimingSpecifier(TimedElement owner,
boolean isBegin,
java.util.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).
|
java.lang.String |
toString()
Returns a string representation of this timing specifier.
|
deinitialize, getOwner, isBegin
protected java.util.Calendar time
protected InstanceTime instance
public WallclockTimingSpecifier(TimedElement owner, boolean isBegin, java.util.Calendar time)
public java.lang.String toString()
toString
in class java.lang.Object
public void initialize()
initialize
in class TimingSpecifier
public boolean isEventCondition()
isEventCondition
in class TimingSpecifier
Copyright © 2022 Apache Software Foundation. All Rights Reserved.