RequirementDefinition#
- class ansys.sam.sysml2.meta_model.requirement_definition.RequirementDefinition(element_id: str)#
Bases:
ansys.sam.sysml2.meta_model.constraint_definition.ConstraintDefinitionJava class ‘com.ansys.medini.metamodel.sysml.RequirementDefinition’.
Overview#
Get the text property. |
|
Get the req id property. |
|
Get the all text property. |
|
Get the framed concern property. |
|
Get the actor parameter property. |
|
Get the subject parameter property. |
|
Get the stakeholder parameter property. |
|
Get the required constraint property. |
|
Get the assumed constraint property. |
Import detail#
from ansys.sam.sysml2.meta_model.requirement_definition import RequirementDefinition
Property detail#
- property RequirementDefinition.req_id: str#
Get the req id property.
- Returns:
strValue of property req id.
- property RequirementDefinition.framed_concern: list[ConcernUsage]#
Get the framed concern property.
- Returns:
list[“ConcernUsage”]Value of property framed concern.
- property RequirementDefinition.actor_parameter: list[PartUsage]#
Get the actor parameter property.
- Returns:
list[“PartUsage”]Value of property actor parameter.
- property RequirementDefinition.subject_parameter: Usage#
Get the subject parameter property.
- Returns:
- “Usage”
Value of property subject parameter.
- property RequirementDefinition.stakeholder_parameter: list[PartUsage]#
Get the stakeholder parameter property.
- Returns:
list[“PartUsage”]Value of property stakeholder parameter.
- property RequirementDefinition.required_constraint: list[ConstraintUsage]#
Get the required constraint property.
- Returns:
list[“ConstraintUsage”]Value of property required constraint.
- property RequirementDefinition.assumed_constraint: list[ConstraintUsage]#
Get the assumed constraint property.
- Returns:
list[“ConstraintUsage”]Value of property assumed constraint.