Uses of Class
org.scictrl.csshell.epics.server.application.control.ProbePoint
Packages that use ProbePoint
- 
Uses of ProbePoint in org.scictrl.csshell.epics.server.application.control
Fields in org.scictrl.csshell.epics.server.application.control with type parameters of type ProbePointModifier and TypeFieldDescriptionprotected List<ProbePoint> AbstractController.pointsProbe points.protected List<ProbePoint> AbstractController.seedsAlgorithm seed values.Methods in org.scictrl.csshell.epics.server.application.control that return ProbePointModifier and TypeMethodDescriptionAbstractController.getBest()Getter for the fieldbest.Optimizer.getBest()Returns best point so farOptimizer.getInputs()Returns array of ProbePoint object with inputs for which optimizer wishes controller to provide outputs.Methods in org.scictrl.csshell.epics.server.application.control that return types with arguments of type ProbePointModifier and TypeMethodDescriptionAbstractController.getMeasurements()Getter for the fieldmeasurements.static final List<ProbePoint> AbstractController.sortByInp(List<ProbePoint> points) sortByInp.Methods in org.scictrl.csshell.epics.server.application.control with parameters of type ProbePointModifier and TypeMethodDescriptionOptimizer.nextStep(ProbePoint[] points) Called by Controller to provide output values for requested inputs and asks for next step evaluation.protected voidAbstractController.normalize(ProbePoint[] points) normalize.voidAbstractController.setBest(ProbePoint best) Setter for the fieldbest.voidAbstractController.setPoints(ProbePoint[] inputs) Setter for the fieldpoints.voidAbstractController.setSeeds(ProbePoint... seeds) Setter for the fieldseeds.protected abstract booleanAbstractController.takeMeasurements(ProbePoint[] points) takeMeasurements.Method parameters in org.scictrl.csshell.epics.server.application.control with type arguments of type ProbePointModifier and TypeMethodDescriptionstatic final List<ProbePoint> AbstractController.sortByInp(List<ProbePoint> points) sortByInp.