Package adams.flow.processor
Interface CheckProcessor
-
- All Known Implementing Classes:
CheckActorReferenceUsage
,CheckPlaceholders
,CheckStorageUsage
,CheckVariableUsage
,MultiProcessor
public interface CheckProcessor
Processors 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 String
getWarningHeader()
Returns the string that explains the warnings.String
getWarnings()
Returns the warnings, if any, resulting from the check.
-