RequirementConstraintMembership
RequirementConstraintMembership
is defined in SysML specification on
page 390.
Excerpt from the machine readable specification:
A
RequirementConstraintMembership
is aFeatureMembership
for an assumed or requiredConstraintUsage
of aRequirementDefinition
orRequirementUsage
.
The following diagram shows the inheritance hierarchy of RequirementConstraintMembership
according to the specification:
The following table shows all attributes defined for
RequirementConstraintMembership
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 |
|
Whether the |
|
The |
|
The |
|
Attributes defined in |
|
The |
|
The |
|
Attributes defined in |
|
The |
|
The |
|
The |
|
The |
|
Attributes defined in |
|
The |
|
The |
|
Attributes defined in |
|
The |
|
The short name of the |
|
The name of the |
|
|
Whether or not the |
The |
|
The |
|
Attributes defined in |
|
Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. |
|
The Elements that are related by this Relationship, derived as the union
of the |
|
The |
|
The
|
|
The relatedElement of this Relationship that owns the Relationship, if any. |
|
The relatedElements of this Relationship that are owned by the Relationship. |
|
Attributes defined in |
|
The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. |
|
An optional alternative name for the |
|
The declared name of this |
|
The short name to be used for this |
|
The name to be used for this |
|
The full ownership-qualified name of this |
|
Whether all necessary implied Relationships have been included in the
|
|
Whether this Element is contained in the ownership tree of a library model. |
|
The |
|
The Relationships for which this Element is the owningRelatedElement. |
|
The Relationship for which this Element is an ownedRelatedElement, if any. |
|
The |
|
The owner of this Element, derived as the |
|
The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. |
|
The Documentation owned by this Element. |
|
The |
|
The |
The following table lists SysIDE specific attributes available for
class RequirementConstraintMembership
:
Python Attribute |
- class RequirementConstraintMembership
-
- STD: tuple[type[syside.RequirementConstraintMembership], ...] = ()
- property kind: syside.RequirementConstraintKind
- try_set_kind(arg: syside.RequirementConstraintKind, /) bool
- property owned_constraint: syside.ConstraintUsage | None
- property referenced_constraint: syside.ConstraintUsage | None
- property type: syside.Type | None
- property feature: syside.Feature | None
- property owning_type: syside.Type | None
- property owned_member_feature: syside.Feature | None