TOC PREV NEXT INDEX

Kabira Technologies, Inc.


action


Defines the behavior of a state or an operation.

Syntax

action scoped_name {`actionLanguage`};

Description

The implementation of a state or action is defined in action language, between the backquotes `. An action can be defined in an entity, a module, a package, or outside of a package.

Warnings

None

Example

 action ::Traffic::GUIProxyImpl::updateMode
 // arguments:
 //in ModeType     modeType
 //in RoadDirection     modeDir
 //
 {`
     // some action language
 `};

See also

operation, stateset.




Kabira Technologies, Inc.
http://www.kabira.com
Voice: (415) 446 5000
Fax: (415) 446 5199
TOC PREV NEXT INDEX