TransitionUsage#

class ansys.sam.sysml2.meta_model.transition_usage.TransitionUsage(id: str)#

Bases: ansys.sam.sysml2.meta_model.action_usage.ActionUsage

Java class ‘com.ansys.medini.metamodel.sysml.TransitionUsage’.

Overview#

source

Get the source property.

target

Get the target property.

effect_action

Get the effect action property.

trigger_action

Get the trigger action property.

guard_expression

Get the guard expression property.

succession

Get the succession property.

inherited_effect_action

Get the inherited effect action property.

inherited_trigger_action

Get the inherited trigger action property.

inherited_guard_expression

Get the inherited guard expression property.

Import detail#

from ansys.sam.sysml2.meta_model.transition_usage import TransitionUsage

Property detail#

property TransitionUsage.source: None#

Get the source property.

Returns:
None

Value of property source.

property TransitionUsage.target: ansys.sam.sysml2.meta_model.action_usage.ActionUsage#

Get the target property.

Returns:
“ActionUsage”

Value of property target.

property TransitionUsage.effect_action: List[ansys.sam.sysml2.meta_model.action_usage.ActionUsage]#

Get the effect action property.

Returns:
List[“ActionUsage”]

Value of property effect action.

property TransitionUsage.trigger_action: List[AcceptActionUsage]#

Get the trigger action property.

Returns:
List[“AcceptActionUsage”]

Value of property trigger action.

property TransitionUsage.guard_expression: List[Expression]#

Get the guard expression property.

Returns:
List[“Expression”]

Value of property guard expression.

property TransitionUsage.succession: Succession#

Get the succession property.

Returns:
“Succession”

Value of property succession.

property TransitionUsage.inherited_effect_action: List[ansys.sam.sysml2.meta_model.action_usage.ActionUsage]#

Get the inherited effect action property.

Returns:
List[“ActionUsage”]

Value of property inherited effect action.

property TransitionUsage.inherited_trigger_action: List[AcceptActionUsage]#

Get the inherited trigger action property.

Returns:
List[“AcceptActionUsage”]

Value of property inherited trigger action.

property TransitionUsage.inherited_guard_expression: List[Expression]#

Get the inherited guard expression property.

Returns:
List[“Expression”]

Value of property inherited guard expression.