OccurrenceDefinition#

class ansys.sam.sysml2.meta_model.occurrence_definition.OccurrenceDefinition(id: str)#

Bases: ansys.sam.sysml2.meta_model.definition.Definition, ansys.sam.sysml2.meta_model.class_.Class

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

Overview#

set_is_individual

Get the set is individual property.

is_individual

Get the is individual property.

lifeclass

Get the lifeclass property.

Import detail#

from ansys.sam.sysml2.meta_model.occurrence_definition import OccurrenceDefinition

Property detail#

property OccurrenceDefinition.set_is_individual: bool#

Get the set is individual property.

Returns:
bool

Value of property set is individual.

property OccurrenceDefinition.is_individual: None#

Get the is individual property.

Returns:
None

Value of property is individual.

property OccurrenceDefinition.lifeclass: LifeClass#

Get the lifeclass property.

Returns:
“LifeClass”

Value of property lifeclass.