Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

alma::acs::genfw::sm::AcsStateDelegate Class Reference

List of all members.

Static Public Member Functions

boolean isToplevelState (State thisState)
Transition getCompletionTransition (State thisState) throws DesignError

Static Package Functions

void checkCompletionTransition (State thisState) throws DesignError

Detailed Description

Custom behavior common to AcsSimpleState and AcsCompositeState.

With multiple inheritance, these classes would extend their non-abstract framework state classes as well as the framework state superclass State; this can't be, so we fake the latter using delegation.

Author:
Heiko Sommer


Member Function Documentation

void alma::acs::genfw::sm::AcsStateDelegate::checkCompletionTransition State  thisState  )  throws DesignError [inline, static, package]
 

Asserts that no state can have more than one completion transition. This must be so at least until Guards are supported. todo: check uniqueness of transitions in general (no 2 trans. per event)

Parameters:
thisState 
Exceptions:
DesignError 

Transition alma::acs::genfw::sm::AcsStateDelegate::getCompletionTransition State  thisState  )  throws DesignError [inline, static]
 

boolean alma::acs::genfw::sm::AcsStateDelegate::isToplevelState State  thisState  )  [inline, static]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 02:52:57 2009 for ACS Java API by doxygen 1.3.8