public static class CheckScheme.PostProcessor extends java.lang.Object implements RevisionHandler
Constructor and Description |
---|
PostProcessor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRevision()
Returns the revision string.
|
Instances |
process(Instances data)
Provides a hook for derived classes to further modify the data.
|
public Instances process(Instances data)
data
- the data to processpublic java.lang.String getRevision()
getRevision
in interface RevisionHandler