| AnalysisAction | Base class interface for the various actions used in analysis tools. | 
| AnalysisMetric | Specialized AnalysisToolfor computing metrics. | 
| AnalysisPlot | Specialized AnalysisToolfor producing plots. | 
| AnalysisTool | A tool which which calculates a single type of analysis on input data, though it may return more than one result. | 
| KeyedDataAction | A KeyedDataActionis anAnalysisActionthat returnsKeyedDatawhen called. | 
| MetricAction | A MetricActionis anAnalysisActionthat returns aMeasurementor aMappingofstrtoMeasurementwhen called. | 
| PlotAction | A PlotActionis anAnalysisActionthat returns aFigureor aMappingofstrtoFigurewhen called. | 
| Scalar() | This is an interface only class, and is intended to abstract around all the various types of numbers used in Python. | 
| ScalarAction | A ScalarActionis anAnalysisActionthat returns aScalarwhen called. | 
| VectorAction | A VectorActionis anAnalysisActionthat returns aVectorwhen called. |