Interface ModelKickResponseData
-
- All Superinterfaces:
Data,DynamicData
- All Known Implementing Classes:
ModelKickResponseDataImpl
public interface ModelKickResponseData extends DynamicData
this is an interface for a class calculating the response-matrix from a jmad-model delegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Jama.MatrixgetResponseMatrix()return the calculated response-matrix according to the selected correctors and monitors.-
Methods inherited from interface cern.accsoft.steering.aloha.meas.data.DynamicData
addListener, removeListener
-
-
-
-
Method Detail
-
getResponseMatrix
Jama.Matrix getResponseMatrix()
return the calculated response-matrix according to the selected correctors and monitors. The recalculation is automatically triggered, if the model became dirty or the selected elements changed.- Returns:
- the last calculated response-matrix.
-
-