StateDefinition#

class ansys.sam.sysml2.meta_model.state_definition.StateDefinition(id: str)#

Bases: ansys.sam.sysml2.meta_model.action_definition.ActionDefinition

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

Overview#

set_exit_action

Get the set exit action property.

state

Get the state property.

exit_action

Get the exit action property.

do_action

Get the do action property.

set_is_parallel

Get the set is parallel property.

set_do_action

Get the set do action property.

entry_action

Get the entry action property.

is_parallel

Get the is parallel property.

set_entry_action

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:
None

Value 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.

property StateDefinition.is_parallel: bool#

Get the is parallel property.

Returns:
bool

Value of property is parallel.

property StateDefinition.set_entry_action: bool#

Get the set entry action property.

Returns:
bool

Value of property set entry action.