# Functions
Analyze runs the specified analyzers on the initial packages.
# Structs
An Action represents one unit of analysis work by the driver: the application of one analysis to one package.
Graph holds the results of a round of analysis, including the graph of requested actions (analyzers applied to packages) plus any dependent actions that it was necessary to compute.
Options specifies options that control the analysis driver.