public class RepeatActionImpl extends ActionImpl implements RepeatAction
| Constructor and Description |
|---|
RepeatActionImpl(ActionDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PredefinedRuntimeActionVisitor visitor) |
void |
accept(RuntimeModelVisitor visitor) |
java.util.List<Action> |
getActions() |
int |
getTimes() |
clone, getDefinition, getName, getValues, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDefinition, getValuesgetNamepublic RepeatActionImpl(ActionDefinition definition)
public int getTimes()
getTimes in interface RepeatActionpublic java.util.List<Action> getActions()
getActions in interface RepeatActionpublic void accept(RuntimeModelVisitor visitor)
accept in interface RuntimeModelVisitableaccept in class ActionImplpublic void accept(PredefinedRuntimeActionVisitor visitor)
accept in interface PredefinedRuntimeActionVisitable