RequirementConstraintKind
RequirementConstraintKind
is defined in SysML specification on
page 389.
Excerpt from the machine readable specification:
A
RequirementConstraintKind
indicates whether aConstraintUsage
is an assumption or a requirement in aRequirementDefinition
orRequirementUsage
.
The following diagram shows the inheritance hierarchy of RequirementConstraintKind
according to the specification:
![// Class: RequirementConstraintKind
digraph {
RequirementConstraintKind [label="RequirementConstraintKind (SysML)" shape=plaintext]
}](../../../_images/graphviz-6f906900ec3c5031a65de5a35ae39d9912877253.png)
The following table shows all attributes defined for
RequirementConstraintKind
according to the specification together with
the documentation from the machine readable specification. Note
that in SysIDE API, we use snake case for attribute names
instead of Pascal case used in the specification.
Attribute |
Documentation from machine readable specification |
Attributes defined in |
|
Indicates that a member |
|
Indicates that a member |
The following table lists SysIDE specific attributes available for
class RequirementConstraintKind
:
Python Attribute |