Uses of Interface
adams.data.spc.ViolationFinder
-
Packages that use ViolationFinder Package Description adams.data.spc adams.flow.sink adams.gui.tools.spreadsheetviewer.chart -
-
Uses of ViolationFinder in adams.data.spc
Classes in adams.data.spc that implement ViolationFinder Modifier and Type Class Description class
AbstractViolationFinder
Ancestor for algorithms that check for violations.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. -
Uses of ViolationFinder in adams.flow.sink
Fields in adams.flow.sink declared as ViolationFinder Modifier and Type Field Description protected ViolationFinder
ControlChartPlot. m_ViolationFinder
for locating violations.Methods in adams.flow.sink that return ViolationFinder Modifier and Type Method Description ViolationFinder
ControlChartPlot. getViolationFinder()
Returns the algorithm for locating violations.Methods in adams.flow.sink with parameters of type ViolationFinder Modifier and Type Method Description void
ControlChartPlot. setViolationFinder(ViolationFinder value)
Sets the algorithm for locating violations. -
Uses of ViolationFinder in adams.gui.tools.spreadsheetviewer.chart
Fields in adams.gui.tools.spreadsheetviewer.chart declared as ViolationFinder Modifier and Type Field Description protected ViolationFinder
ControlChart. m_ViolationFinder
for locating violations.Methods in adams.gui.tools.spreadsheetviewer.chart that return ViolationFinder Modifier and Type Method Description ViolationFinder
ControlChart. getViolationFinder()
Returns the algorithm for locating violations.Methods in adams.gui.tools.spreadsheetviewer.chart with parameters of type ViolationFinder Modifier and Type Method Description void
ControlChart. setViolationFinder(ViolationFinder value)
Sets the algorithm for locating violations.
-