Behavior#

class ansys.sam.sysml2.meta_model.behavior.Behavior(id: str)#

Bases: ansys.sam.sysml2.meta_model.class_.Class

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

Overview#

parameter

Get the parameter property.

step

Get the step property.

general_parameter

Get the general parameter property.

Import detail#

from ansys.sam.sysml2.meta_model.behavior import Behavior

Property detail#

property Behavior.parameter: List[Feature]#

Get the parameter property.

Returns:
List[“Feature”]

Value of property parameter.

property Behavior.step: List[Step]#

Get the step property.

Returns:
List[“Step”]

Value of property step.

property Behavior.general_parameter: List[Feature]#

Get the general parameter property.

Returns:
List[“Feature”]

Value of property general parameter.