Commit Graph

2 Commits

Author SHA1 Message Date
Chris PeBenito
07fc550668 InfoFlowAnalysis/DomainTransitionAnalysis: Change edge methods to BFS.
Revise infoflow in/out and transitions in/out to use the breadth-first-
search algorithm instead of in/out edges functions.  Revise the limit for
AllPaths steps to general depth limit set to 1 step.  This allows the
default in/out to return the expected depth of 1; all paths will presumably
set the depth limit in all cases anyway.  Then callers will be able to
generate a infoflow/dta tree using a depth_limit > 1.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
2024-02-14 09:11:35 -05:00
Chris PeBenito
b83cafc1d8 Add new DomainTransitionAnalysisTab implementation.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
2024-02-14 09:11:35 -05:00