org.argouml.uml.ui.behavior.common_behavior
Interface ActionNewAction.Roles
- Enclosing class:
- ActionNewAction
- public static interface ActionNewAction.Roles
Field Summary |
static java.lang.String |
ACTION
The action with some message |
static java.lang.String |
DO
The doactivity with some state |
static java.lang.String |
EFFECT
The effect of some transition |
static java.lang.String |
ENTRY
The entry activity for some state |
static java.lang.String |
EXIT
The exit activity for some state |
ENTRY
public static final java.lang.String ENTRY
- The entry activity for some state
EXIT
public static final java.lang.String EXIT
- The exit activity for some state
DO
public static final java.lang.String DO
- The doactivity with some state
ACTION
public static final java.lang.String ACTION
- The action with some message
EFFECT
public static final java.lang.String EFFECT
- The effect of some transition