class AJunctionExtension
Package: swiss.avm.up.core.generic.statemachine.javamodel.AJunctionExtension
Direct Known Subclasses: JunctionExtension
abstract class AJunctionExtension extends TargetState
Properties
junctionToExtend
Junction[1..1]
A Junction is a choice pseudostate: a branch node with several guarded outgoing
transitions and no behaviour of its own. Its typical use is dispatching control
to different sub-groups based on the active command.
Method Summary
ToolTipFigure
@FigureFunctionSpace
getController
@FStatemachine
getName
@FName
getTransitions
@FStatemachine
returns all transition of the stateToOverride for this controller
--> to show in state diagram
Return:
List<Transition>