class AJunctionProperty
Package: swiss.avm.up.core.generic.statemachine.javamodel.AJunctionProperty
Direct Known Subclasses: Statemachine, StatemachineExtension, SuperState, StateExtension
abstract class AJunctionProperty extends Resource
Properties
junction
Junction[0..N]
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.