StateUsage#

class ansys.sam.sysml2.meta_model.state_usage.StateUsage(id: str)#

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

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

Overview#

set_exit_action

Get the set exit action property.

exit_action

Get the exit action property.

state_definition

Get the state definition 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_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:
None

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

property StateUsage.is_parallel: bool#

Get the is parallel property.

Returns:
bool

Value of property is parallel.

property StateUsage.set_entry_action: bool#

Get the set entry action property.

Returns:
bool

Value of property set entry action.