Skip to content

class SuperState

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

Direct Known Subclasses: SuperState_WithBusyFinal


class SuperState extends StateBase, AStatemachineStart, AJunctionProperty

Properties

comment

Describes the intent of this Resource.

TextLiteral[0..1]

A Literal that accepts multiple lines of text.

entryFunction

Function[0..N]

exitFunction

Function[0..N]

history

History[0..1]

junction

Junction[0..N]

This type of pseudostate is used to connect multiple transitions into compound paths between states. For example, a junction can be used to merge multiple incoming transitions into a single outgoing transition representing a shared continuation path. Or, it can be used to split an incoming transition into multiple outgoing transition segments with different guard constraints.

Hint:
All guards of transitions of all coming junctions are checked in the cyclic part of the source state.

name

The name of this Resource.

StringLiteral[1..1]

port

BasePort[0..N]

simulationFunction

Function[0..N]

start

Start[0..1]

stateDiagram

The state diagram is the graphical representation of the states.

DomainDiagram[0..N]

stateFunction

Function[0..N]

subState

StateBase[0..N]

transitionTo

Transition[0..N]

Method Summary

ToolTipFigure

@FFigure

diagram_ToolTipFigure

@FigureFunctionSpace

getAwailableStartTargets

@FStatemachine

awailable start TargetStates

Return:

List<TargetState>

getJunctionExtensionsForDiagram

@FDiagramStatemachineExtension

get all junction extensions to show in merged diagram

Parameters:

DomainDiagram

Return:

List<AJunctionExtension>

getJunctionsForDiagram

@FDiagramStatemachineExtension

get all junctions to show in merged diagram

Parameters:

DomainDiagram

Return:

List<Junction>

getStateExtensionsForDiagram

@FDiagramStatemachineExtension

get all state extensions to show in merged diagram

Parameters:

DomainDiagram

Return:

List<AStateExtension>

getStatesForDiagram

@FDiagramStatemachineExtension

get all states to show in merged diagram

Parameters:

DomainDiagram

Return:

List<StateBase>