verse.analysis.analysis_tree

Functions

_color_interp(c1, c2, mix)

first_transitions(tree)

Collects the time when each agent first transitions for a AnalysisTree.

index_of(l, item)

Get the index of a item in an iterable.

Classes

AnalysisTree(root)

A tree containing the reachable states the scenario produced.

AnalysisTreeNode(trace, init, mode, static, ...)

A AnalysisTreeNode stores the continous execution of the system without transition happening

AnalysisTreeNodeType(value[, names, module, ...])

Denotes different types of AnalysisTreeNode's.