RequirementConstraintMembership#

class ansys.sam.sysml2.meta_model.requirement_constraint_membership.RequirementConstraintMembership(element_id: str)#

Bases: ansys.sam.sysml2.meta_model.feature_membership.FeatureMembership

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

Overview#

kind

Get the kind property.

constraint

Get the constraint property.

Import detail#

from ansys.sam.sysml2.meta_model.requirement_constraint_membership import RequirementConstraintMembership

Property detail#

property RequirementConstraintMembership.kind: RequirementConstraintKind#

Get the kind property.

Returns:
“RequirementConstraintKind”

Value of property kind.

property RequirementConstraintMembership.constraint: ConstraintUsage#

Get the constraint property.

Returns:
“ConstraintUsage”

Value of property constraint.