Class CTWarningManager
java.lang.Object
clickTrainDetector.layout.warnings.CTWarningManager
Manages warning for the click train detector
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddWarning(PamWarning pamWarning) Add a warning to the click train detector.Get all current warnings 
- 
Constructor Details
- 
CTWarningManager
 
 - 
 - 
Method Details
- 
addWarning
Add a warning to the click train detector.- Parameters:
 pamWarning- - warning to add.
 - 
getWarnings
Get all current warnings- Returns:
 - the current warning.
 
 
 -