TransitionUsage#
- class ansys.sam.sysml2.meta_model.transition_usage.TransitionUsage(id: str)#
Bases:
ansys.sam.sysml2.meta_model.action_usage.ActionUsageJava class ‘com.ansys.medini.metamodel.sysml.TransitionUsage’.
Overview#
Get the source property. |
|
Get the target property. |
|
Get the effect action property. |
|
Get the trigger action property. |
|
Get the guard expression property. |
|
Get the succession property. |
|
Get the inherited effect action property. |
|
Get the inherited trigger action property. |
|
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:
NoneValue 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.