Skip to content

class AStateExtension

Package: swiss.avm.up.core.generic.statemachine.javamodel.AStateExtension

Direct Known Subclasses: StateOverride, StateExtension


abstract class AStateExtension extends TargetState

Properties

stateToExtend

StateBase[1..1]

Method Summary

diagram_ToolTipFigure

@FigureFunctionSpace

getController

@FStatemachine

getEntryFunctions

@FStatemachine

returns all entry functions of the stateToOverride for this controller
--> to show in state diagram

Return:

List<Function>

getExitFunctions

@FStatemachine

returns all exit functions of the stateToOverride for this controller
--> to show in state diagram

Return:

List<Function>

getStateFunctions

@FStatemachine

returns all state functions of the stateToOverride for this controller
--> to show in state diagram

Return:

List<Function>

getTransitions

@FStatemachine

returns all transition of the stateToOverride for this controller
--> to show in state diagram

Return:

List<Transition>