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 classAbstractViolationFinderAncestor for algorithms that check for violations.classBeyondLimitsViolationsFlags any data point as violation if below lower or above upper limit.classNullViolationsFlags nothing as violation.classOnOneSideViolationsFlags 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 ViolationFinderControlChartPlot. m_ViolationFinderfor locating violations.Methods in adams.flow.sink that return ViolationFinder Modifier and Type Method Description ViolationFinderControlChartPlot. getViolationFinder()Returns the algorithm for locating violations.Methods in adams.flow.sink with parameters of type ViolationFinder Modifier and Type Method Description voidControlChartPlot. 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 ViolationFinderControlChart. m_ViolationFinderfor locating violations.Methods in adams.gui.tools.spreadsheetviewer.chart that return ViolationFinder Modifier and Type Method Description ViolationFinderControlChart. getViolationFinder()Returns the algorithm for locating violations.Methods in adams.gui.tools.spreadsheetviewer.chart with parameters of type ViolationFinder Modifier and Type Method Description voidControlChart. setViolationFinder(ViolationFinder value)Sets the algorithm for locating violations.
-