public class IndefiniteTimingSpecifier extends TimingSpecifier
isBegin, owner
Constructor and Description |
---|
IndefiniteTimingSpecifier(TimedElement owner,
boolean isBegin)
Creates a new IndefiniteTimingSpecifier 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
public IndefiniteTimingSpecifier(TimedElement owner, boolean isBegin)
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.