StateUsage#
- class ansys.sam.sysml2.meta_model.state_usage.StateUsage(id: str)#
Bases:
ansys.sam.sysml2.meta_model.action_usage.ActionUsageJava class ‘com.ansys.medini.metamodel.sysml.StateUsage’.
Overview#
Get the set exit action property. |
|
Get the exit action property. |
|
Get the state definition property. |
|
Get the do action property. |
|
Get the set is parallel property. |
|
Get the set do action property. |
|
Get the entry action property. |
|
Get the is parallel property. |
|
Get the set entry action property. |
Import detail#
from ansys.sam.sysml2.meta_model.state_usage import StateUsage
Property detail#
- property StateUsage.set_exit_action: bool#
Get the set exit action property.
- Returns:
- bool
Value of property set exit action.
- property StateUsage.exit_action: None#
Get the exit action property.
- Returns:
NoneValue of property exit action.
- property StateUsage.state_definition: List[Behavior]#
Get the state definition property.
- Returns:
List[“Behavior”]Value of property state definition.
- property StateUsage.do_action: ansys.sam.sysml2.meta_model.action_usage.ActionUsage#
Get the do action property.
- Returns:
- “ActionUsage”
Value of property do action.
- property StateUsage.set_is_parallel: bool#
Get the set is parallel property.
- Returns:
- bool
Value of property set is parallel.
- property StateUsage.set_do_action: bool#
Get the set do action property.
- Returns:
- bool
Value of property set do action.
- property StateUsage.entry_action: ansys.sam.sysml2.meta_model.action_usage.ActionUsage#
Get the entry action property.
- Returns:
- “ActionUsage”
Value of property entry action.