TriggerKind#

class ansys.sam.sysml2.meta_model.trigger_kind.TriggerKind#

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

Overview#

value

Get the value property.

name

Get the name property.

literal

Get the literal property.

by_name

Get the by name property.

Import detail#

from ansys.sam.sysml2.meta_model.trigger_kind import TriggerKind

Property detail#

property TriggerKind.value: int#

Get the value property.

Returns:
int

Value of property value.

property TriggerKind.name: str#

Get the name property.

Returns:
str

Value of property name.

property TriggerKind.literal: str#

Get the literal property.

Returns:
str

Value of property literal.

property TriggerKind.by_name: TriggerKind#

Get the by name property.

Returns:
“TriggerKind”

Value of property by name.

Attribute detail#

TriggerKind.WHEN: TriggerKind#
TriggerKind.AT: TriggerKind#
TriggerKind.AFTER: TriggerKind#
TriggerKind.WHEN_VALUE: int#
TriggerKind.AT_VALUE: int#
TriggerKind.AFTER_VALUE: int#
TriggerKind.VALUES_ARRAY: TriggerKind#
TriggerKind.VALUES: list#