Main Content
isFilteredIn
Class: slreq.Justification
Namespace: slreq
Syntax
tf = isFilteredIn(jt)
Description
checks if the justification, tf
= isFilteredIn(jt
)jt
, is filtered in the Requirements
Editor or Requirements Perspective and returns 1
if the
justification is not filtered and 0
if the justification is
filtered.
Input Arguments
Examples
Tips
To check if a requirement is filtered, use the
isFilteredIn
method ofslreq.Requirement
. To check if a referenced requirement is filtered, use theisFilteredIn
method ofslreq.Reference
. To check if a link is filtered, use theisFilteredIn
method ofslreq.Link
.
Version History
Introduced in R2022b