Class ModelKickResponseDataImpl

    • Constructor Detail

      • ModelKickResponseDataImpl

        public ModelKickResponseDataImpl()
    • Method Detail

      • getResponseMatrix

        public Jama.Matrix getResponseMatrix()
        Description copied from interface: ModelKickResponseData
        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.
        Specified by:
        getResponseMatrix in interface ModelKickResponseData
        Returns:
        the last calculated response-matrix.
      • calc

        protected void calc()
        Description copied from class: AbstractDynamicData
        This method must be implemented by subclasses to calc new values which then can be retrieved.
        Specified by:
        calc in class AbstractDynamicData
      • setResponseMatrixTool

        public void setResponseMatrixTool​(cern.accsoft.steering.jmad.tools.response.ResponseMatrixTool responseMatrixTool)
      • setKickConfiguration

        public void setKickConfiguration​(KickConfiguration kickConfiguration)
      • setModelDelegate

        public void setModelDelegate​(ModelDelegate modelDelegate)