public abstract class IActivity extends Object implements Activity
| Modifier and Type | Field and Description |
|---|---|
protected StateMachine |
machine |
protected Properties |
props |
| Constructor and Description |
|---|
IActivity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
init(Properties props) |
void |
setStateMachine(StateMachine machine) |
protected StateMachine machine
protected Properties props
public void setStateMachine(StateMachine machine)
setStateMachine in interface Activitypublic void init(Properties props) throws ConfigException
init in interface ActivityConfigExceptionCopyright © 2017. All rights reserved.