:class:`StateUsage` =================== .. py:class:: ansys.sam.sysml2.meta_model.state_usage.StateUsage(id: str) Bases: :py:obj:`ansys.sam.sysml2.meta_model.action_usage.ActionUsage` Java class 'com.ansys.medini.metamodel.sysml.StateUsage'. .. !! processed by numpydoc !! .. py:currentmodule:: StateUsage Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~set_exit_action` - Get the set exit action property. * - :py:attr:`~exit_action` - Get the exit action property. * - :py:attr:`~state_definition` - Get the state definition property. * - :py:attr:`~do_action` - Get the do action property. * - :py:attr:`~set_is_parallel` - Get the set is parallel property. * - :py:attr:`~set_do_action` - Get the set do action property. * - :py:attr:`~entry_action` - Get the entry action property. * - :py:attr:`~is_parallel` - Get the is parallel property. * - :py:attr:`~set_entry_action` - Get the set entry action property. Import detail ------------- .. code-block:: python from ansys.sam.sysml2.meta_model.state_usage import StateUsage Property detail --------------- .. py:property:: set_exit_action :type: bool Get the set exit action property. :Returns: :ref:`bool ` Value of property set exit action. .. !! processed by numpydoc !! .. py:property:: exit_action :type: None Get the exit action property. :Returns: :data:`python:None` Value of property exit action. .. !! processed by numpydoc !! .. py:property:: state_definition :type: List[Behavior] Get the state definition property. :Returns: :obj:`List`\["Behavior"] Value of property state definition. .. !! processed by numpydoc !! .. py:property:: do_action :type: ansys.sam.sysml2.meta_model.action_usage.ActionUsage Get the do action property. :Returns: "ActionUsage" Value of property do action. .. !! processed by numpydoc !! .. py:property:: set_is_parallel :type: bool Get the set is parallel property. :Returns: :ref:`bool ` Value of property set is parallel. .. !! processed by numpydoc !! .. py:property:: set_do_action :type: bool Get the set do action property. :Returns: :ref:`bool ` Value of property set do action. .. !! processed by numpydoc !! .. py:property:: entry_action :type: ansys.sam.sysml2.meta_model.action_usage.ActionUsage Get the entry action property. :Returns: "ActionUsage" Value of property entry action. .. !! processed by numpydoc !! .. py:property:: is_parallel :type: bool Get the is parallel property. :Returns: :ref:`bool ` Value of property is parallel. .. !! processed by numpydoc !! .. py:property:: set_entry_action :type: bool Get the set entry action property. :Returns: :ref:`bool ` Value of property set entry action. .. !! processed by numpydoc !!