public class RepeatTimingSpecifier extends EventbaseTimingSpecifier
| Modifier and Type | Field and Description |
|---|---|
protected int |
repeatIteration
The repeat iteration.
|
protected boolean |
repeatIterationSpecified
Whether a repeat iteration was specified.
|
eventbase, eventbaseID, eventName, eventNamespaceURI, eventTarget, eventTypeoffsetisBegin, owner| Constructor and Description |
|---|
RepeatTimingSpecifier(TimedElement owner,
boolean isBegin,
float offset,
String syncbaseID)
Creates a new RepeatTimingSpecifier object without a repeat iteration.
|
RepeatTimingSpecifier(TimedElement owner,
boolean isBegin,
float offset,
String syncbaseID,
int repeatIteration)
Creates a new RepeatTimingSpecifier object with a repeat iteration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(Event e)
Handles an event fired on the eventbase element.
|
String |
toString()
Returns a string representation of this timing specifier.
|
deinitialize, initialize, resolveisEventConditiongetOwner, isBeginprotected int repeatIteration
protected boolean repeatIterationSpecified
public RepeatTimingSpecifier(TimedElement owner, boolean isBegin, float offset, String syncbaseID)
public RepeatTimingSpecifier(TimedElement owner, boolean isBegin, float offset, String syncbaseID, int repeatIteration)
public String toString()
toString in class EventbaseTimingSpecifierpublic void handleEvent(Event e)
handleEvent in interface EventListenerhandleEvent in class EventbaseTimingSpecifiere - The Event contains contextual information
about the event.Copyright © 2000–2021 Apache Software Foundation. All rights reserved.