Model Validation #25
Labels
enhancement
New feature or request
needs design input
What should the interface, inputs, and/or outputs of this black box look like?
SysML
Domain-knowledge of SysML is recommended for working on this issue
This would be a method,
isValid()
, called from aModel
object, for performing requirements validation.isValid()
would recursively check if all requirements, or its derived requirements, contained in the model are satisfied by aBlock
instance, and verified by anInteraction
instance.e.g.,
isValid()
can return the following:True
- requirements are both satisfied and verified.False
- requirements are satisfied or verified, but not both.raise Exception
- requirements are over-satisfied or over-verified by multiple model elements.The text was updated successfully, but these errors were encountered: