RequirementDefinition#

class ansys.sam.sysml2.meta_model.requirement_definition.RequirementDefinition(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.

actor_parameter

Get the actor parameter property.

framed_concern

Get the framed concern property.

all_text

Get the all text property.

req_id

Get the req id property.

assumed_constraint

Get the assumed constraint property.

required_constraint

Get the required constraint property.

subject_parameter

Get the subject parameter property.

stakeholder_parameter

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:
str

Value 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.

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.