StateDefinition#
- class ansys.sam.sysml2.meta_model.state_definition.StateDefinition(id: str)#
Bases:
ansys.sam.sysml2.meta_model.action_definition.ActionDefinitionJava class ‘com.ansys.medini.metamodel.sysml.StateDefinition’.
Overview#
Get the set exit action property. |
|
Get the state property. |
|
Get the exit action 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_definition import StateDefinition
Property detail#
- property StateDefinition.set_exit_action: bool#
Get the set exit action property.
- Returns:
- bool
Value of property set exit action.
- property StateDefinition.state: List[StateUsage]#
Get the state property.
- Returns:
List[“StateUsage”]Value of property state.
- property StateDefinition.exit_action: None#
Get the exit action property.
- Returns:
NoneValue of property exit action.
- property StateDefinition.do_action: ActionUsage#
Get the do action property.
- Returns:
- “ActionUsage”
Value of property do action.
- property StateDefinition.set_is_parallel: bool#
Get the set is parallel property.
- Returns:
- bool
Value of property set is parallel.
- property StateDefinition.set_do_action: bool#
Get the set do action property.
- Returns:
- bool
Value of property set do action.
- property StateDefinition.entry_action: ActionUsage#
Get the entry action property.
- Returns:
- “ActionUsage”
Value of property entry action.