Uses of Class
adams.data.spc.AbstractViolationFinder
-
Packages that use AbstractViolationFinder Package Description adams.data.spc -
-
Uses of AbstractViolationFinder in adams.data.spc
Subclasses of AbstractViolationFinder in adams.data.spc Modifier and Type Class Description class
BeyondLimitsViolations
Flags any data point as violation if below lower or above upper limit.class
NullViolations
Flags nothing as violation.class
OnOneSideViolations
Flags a data point as violation if it is the start of consecutive sequence (of specified minimum length) of points that are all on one side.
-