org.argouml.uml.ui.behavior.common_behavior
Interface ActionNewAction.Roles

Enclosing interface:
ActionNewAction

public static interface ActionNewAction.Roles

Contains the roles definitions for UML actions.


Field Summary
static String ACTION
          The action with some message.
static String DO
          The doactivity with some state.
static String EFFECT
          The effect of some transition.
static String ENTRY
          The entry activity for some state.
static String EXIT
          The exit activity for some state.
 

Field Detail

ENTRY

public static final String ENTRY
The entry activity for some state.

See Also:
Constant Field Values

EXIT

public static final String EXIT
The exit activity for some state.

See Also:
Constant Field Values

DO

public static final String DO
The doactivity with some state.

See Also:
Constant Field Values

ACTION

public static final String ACTION
The action with some message.

See Also:
Constant Field Values

EFFECT

public static final String EFFECT
The effect of some transition.

See Also:
Constant Field Values


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook