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, isBeginprotected 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.Objectpublic void initialize()
initialize in class TimingSpecifierpublic boolean isEventCondition()
isEventCondition in class TimingSpecifierCopyright ? 2009 Apache Software Foundation. All Rights Reserved.