ConstraintUsage#
- class ansys.sam.sysml2.meta_model.constraint_usage.ConstraintUsage(id: str)#
Bases:
ansys.sam.sysml2.meta_model.boolean_expression.BooleanExpression,ansys.sam.sysml2.meta_model.occurrence_usage.OccurrenceUsageJava class ‘com.ansys.medini.metamodel.sysml.ConstraintUsage’.
Overview#
Get the set kind property. |
|
Get the kind property. |
|
Get the constraint definition property. |
|
Get the constraint expression property. |
|
Get the set constraint expression property. |
Import detail#
from ansys.sam.sysml2.meta_model.constraint_usage import ConstraintUsage
Property detail#
- property ConstraintUsage.set_kind: bool#
Get the set kind property.
- Returns:
- bool
Value of property set kind.
- property ConstraintUsage.constraint_definition: Predicate#
Get the constraint definition property.
- Returns:
- “Predicate”
Value of property constraint definition.