RequirementDefinition#
- class ansys.sam.sysml2.meta_model.requirement_definition.RequirementDefinition(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 actor parameter property. |
|
Get the framed concern property. |
|
Get the all text property. |
|
Get the req id property. |
|
Get the assumed constraint property. |
|
Get the required constraint property. |
|
Get the subject parameter property. |
|
Get the stakeholder parameter property. |
Import detail#
from ansys.sam.sysml2.meta_model.requirement_definition import RequirementDefinition
Property detail#
- property RequirementDefinition.text: List[str]#
Get the text property.
- Returns:
List[str]Value of property text.
- property RequirementDefinition.actor_parameter: List[PartUsage]#
Get the actor parameter property.
- Returns:
List[“PartUsage”]Value of property actor parameter.
- property RequirementDefinition.framed_concern: List[ConcernUsage]#
Get the framed concern property.
- Returns:
List[“ConcernUsage”]Value of property framed concern.
- property RequirementDefinition.all_text: List[str]#
Get the all text property.
- Returns:
List[str]Value of property all text.
- property RequirementDefinition.req_id: str#
Get the req id property.
- Returns:
strValue of property req id.
- property RequirementDefinition.assumed_constraint: List[ConstraintUsage]#
Get the assumed constraint property.
- Returns:
List[“ConstraintUsage”]Value of property assumed constraint.
- property RequirementDefinition.required_constraint: List[ConstraintUsage]#
Get the required constraint property.
- Returns:
List[“ConstraintUsage”]Value of property required constraint.