Package adams.data.spc
Interface ControlChart
-
- All Superinterfaces:
Destroyable
,OptionHandler
,TechnicalInformationHandler
- All Known Subinterfaces:
ControlChartWithSampleSize
,IndividualsControlChart
,MatrixControlChart
,SamplesControlChart
- All Known Implementing Classes:
AbstractControlChart
,AbstractControlChartWithSampleSize
,CChart
,MOACUSUM
,MOAPageHinkley
,NPChart
,PChart
,UChart
,XBarRChart
,XBarSChart
public interface ControlChart extends OptionHandler, TechnicalInformationHandler
Interface for all control charts.- 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
getName()
Returns the chart name.-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
Methods inherited from interface adams.core.TechnicalInformationHandler
getTechnicalInformation
-
-
-
-
Method Detail
-
getName
String getName()
Returns the chart name.- Returns:
- the chart name
-
-