RequirementDefinition#

class ansys.sam.sysml2.meta_model.requirement_definition.RequirementDefinition(element_id: str)#

Bases: ansys.sam.sysml2.meta_model.constraint_definition.ConstraintDefinition

Java class ‘com.ansys.medini.metamodel.sysml.RequirementDefinition’.

Overview#

text

Get the text property.

req_id

Get the req id property.

all_text

Get the all text property.

framed_concern

Get the framed concern property.

actor_parameter

Get the actor parameter property.

subject_parameter

Get the subject parameter property.

stakeholder_parameter

Get the stakeholder parameter property.

required_constraint

Get the required constraint property.

assumed_constraint

Get the assumed constraint 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.req_id: str#

Get the req id property.

Returns:
str

Value of property req id.

property RequirementDefinition.all_text: list[str]#

Get the all text property.

Returns:
list[str]

Value of property all text.

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.