Package jslx.statistics
Interface SNDiagnosticExperiment.BuildStepIfc
-
- All Superinterfaces:
SNDiagnosticExperiment.AddFactorDataStepIfc
- All Known Implementing Classes:
SNDiagnosticExperiment.Builder
- Enclosing class:
- SNDiagnosticExperiment
public static interface SNDiagnosticExperiment.BuildStepIfc extends SNDiagnosticExperiment.AddFactorDataStepIfc
The ability to builder or add addFactor data
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SNDiagnosticExperiment
build()
-
Methods inherited from interface jslx.statistics.SNDiagnosticExperiment.AddFactorDataStepIfc
addFactor
-
-
-
-
Method Detail
-
build
SNDiagnosticExperiment build()
-
-