Package adams.flow.processor
Interface CheckProcessor
-
- All Known Implementing Classes:
CheckActorReferenceUsage,CheckPlaceholders,CheckStorageUsage,CheckVariableUsage,MultiProcessor
public interface CheckProcessorProcessors that perform checks.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetWarningHeader()Returns the string that explains the warnings.StringgetWarnings()Returns the warnings, if any, resulting from the check.
-