| Class | Description |
|---|---|
| AcsInformation |
Singleton class that provides system wide information.
|
| ComponentsManager |
Class to manage the Components within a Container, checks for properties, existance of a given Component and existance of a given Porperty within a managed Component.
|
| DataItem |
Class that contains the current result of the analyzed Component.
|
| PropertySamp |
For each sampling detail one of this classes must be created to sample the
data.
|
| SampDetail |
Class SampDetail hold the detail for a sampling order.
|
| SamplingManager |
Probaly this class should have another name, but it does manage the sampling
system within this application.
|
| SamplingManagerUITool |
The class is a base class for sampling tools.
|
| ThreadCommunicator |
This is a manager class designed to transport information from one thread to
an other.
|
| Exception | Description |
|---|---|
| AcsInformationException | |
| SamplingManagerException |
Custom exception class, not much more than that
|