Class ServerDataModel
- Author:
- igor@scictrl.com
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
ConstantAVAILABLE_BPMS_H="availableBpmsH"
static final String
ConstantAVAILABLE_BPMS_V="availableBpmsV"
static final String
ConstantAVAILABLE_CORRECTION_MODELS_H="availableCorrectionModelsH"
static final String
ConstantAVAILABLE_CORRECTION_MODELS_V="availableCorrectionModelsV"
static final String
ConstantAVAILABLE_CORRECTORS_H="availableCorrectorsH"
static final String
ConstantAVAILABLE_CORRECTORS_V="availableCorrectorsV"
static final String
ConstantBPMS_H_SELECTION="bpmsHSelection"
static final String
ConstantBPMS_V_SELECTION="bpmsVSelection"
static final String
ConstantCORRECTION_MODEL_H="correctionModelH"
static final String
ConstantCORRECTION_MODEL_V="correctionModelV"
static final String
ConstantCORRECTORS_H_SELECTION="correctorsHSelection"
static final String
ConstantCORRECTORS_V_SELECTION="correctorsVSelection"
static final String
ConstantSELECTED_BPMS_H="selectedBpmsH"
static final String
ConstantSELECTED_BPMS_V="selectedBpmsV"
static final String
ConstantSELECTED_CORRECTORS_H="selectedCorrectorsH"
static final String
ConstantSELECTED_CORRECTORS_V="selectedCorrectorsV"
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAvailableCorrectionModel.getAvailableBPMs
(Orientation orinetation) getAvailableBPMs.Getter for the fieldavailableBpmsH
.Getter for the fieldavailableBpmsV
.getAvailableCorrectionModels.getAvailableCorrectionModels.Getter for the fieldavailableCorrectionModelsH
.Getter for the fieldavailableCorrectionModelsV
.getAvailableCorrectors
(Orientation orientation) getAvailableCorrectors.Getter for the fieldavailableCorrectorsH
.Getter for the fieldavailableCorrectorsV
.boolean[]
Getter for the fieldbpmsHSelection
.boolean[]
getBPMsSelection
(Orientation orinetation) getBPMsSelection.boolean[]
Getter for the fieldbpmsVSelection
.Getter for the fieldcorrectionModelH
.Getter for the fieldcorrectionModelV
.boolean[]
Getter for the fieldcorrectorsHSelection
.boolean[]
Getter for the fieldcorrectorsVSelection
.getSelectedBPMs
(Orientation orinetation) getSelectedBPMs.Getter for the fieldselectedBpmsH
.Getter for the fieldselectedBpmsV
.Getter for the fieldselectedCorrectorsH
.Getter for the fieldselectedCorrectorsV
.void
setAvailableBpmsH
(ElementList<BPMonitor> availableBpmsH) Setter for the fieldavailableBpmsH
.void
setAvailableBpmsV
(ElementList<BPMonitor> availableBpmsV) Setter for the fieldavailableBpmsV
.void
setAvailableCorrectionModelsH
(List<IOrbitCorrectionModel> availableCorrectionModelsH) Setter for the fieldavailableCorrectionModelsH
.void
setAvailableCorrectionModelsV
(List<IOrbitCorrectionModel> availableCorrectionModelsV) Setter for the fieldavailableCorrectionModelsV
.void
setAvailableCorrectorsH
(ElementList<AbstractCorrector> availableCorrectorsH) Setter for the fieldavailableCorrectorsH
.void
setAvailableCorrectorsV
(ElementList<AbstractCorrector> availableCorrectorsV) Setter for the fieldavailableCorrectorsV
.void
setBpmsHSelection
(boolean[] bpmsHSelection) Setter for the fieldbpmsHSelection
.void
setBpmsVSelection
(boolean[] bpmsVSelection) Setter for the fieldbpmsVSelection
.void
setCorrectionModel
(IOrbitCorrectionModel correctionModel) setCorrectionModel.void
setCorrectionModelH
(IOrbitCorrectionModel correctionModel) Setter for the fieldcorrectionModelH
.void
setCorrectionModelV
(IOrbitCorrectionModel correctionModel) Setter for the fieldcorrectionModelV
.void
setCorrectorsHSelection
(boolean[] correctorsHSelection) Setter for the fieldcorrectorsHSelection
.void
setCorrectorsVSelection
(boolean[] correctorsVSelection) Setter for the fieldcorrectorsVSelection
.void
setSelectedBpmsH
(ElementList<BPMonitor> selectedBpmsH) Setter for the fieldselectedBpmsH
.void
setSelectedBpmsV
(ElementList<BPMonitor> selectedBpmsV) Setter for the fieldselectedBpmsV
.void
setSelectedCorrectorsH
(ElementList<AbstractCorrector> selectedCorrectorsH) Setter for the fieldselectedCorrectorsH
.void
setSelectedCorrectorsV
(ElementList<AbstractCorrector> selectedCorrectorsV) Setter for the fieldselectedCorrectorsV
.Methods inherited from class org.scictrl.mp.orbitcorrect.mvc.ApplicationModel
addPropertyChangeListener, addPropertyChangeListener, fireChange, handlePropertySet
-
Field Details
-
AVAILABLE_CORRECTION_MODELS_H
ConstantAVAILABLE_CORRECTION_MODELS_H="availableCorrectionModelsH"
- See Also:
-
AVAILABLE_CORRECTION_MODELS_V
ConstantAVAILABLE_CORRECTION_MODELS_V="availableCorrectionModelsV"
- See Also:
-
CORRECTION_MODEL_V
ConstantCORRECTION_MODEL_V="correctionModelV"
- See Also:
-
CORRECTION_MODEL_H
ConstantCORRECTION_MODEL_H="correctionModelH"
- See Also:
-
AVAILABLE_BPMS_H
ConstantAVAILABLE_BPMS_H="availableBpmsH"
- See Also:
-
AVAILABLE_BPMS_V
ConstantAVAILABLE_BPMS_V="availableBpmsV"
- See Also:
-
AVAILABLE_CORRECTORS_H
ConstantAVAILABLE_CORRECTORS_H="availableCorrectorsH"
- See Also:
-
AVAILABLE_CORRECTORS_V
ConstantAVAILABLE_CORRECTORS_V="availableCorrectorsV"
- See Also:
-
SELECTED_BPMS_H
ConstantSELECTED_BPMS_H="selectedBpmsH"
- See Also:
-
SELECTED_BPMS_V
ConstantSELECTED_BPMS_V="selectedBpmsV"
- See Also:
-
SELECTED_CORRECTORS_H
ConstantSELECTED_CORRECTORS_H="selectedCorrectorsH"
- See Also:
-
SELECTED_CORRECTORS_V
ConstantSELECTED_CORRECTORS_V="selectedCorrectorsV"
- See Also:
-
BPMS_H_SELECTION
ConstantBPMS_H_SELECTION="bpmsHSelection"
- See Also:
-
BPMS_V_SELECTION
ConstantBPMS_V_SELECTION="bpmsVSelection"
- See Also:
-
CORRECTORS_H_SELECTION
ConstantCORRECTORS_H_SELECTION="correctorsHSelection"
- See Also:
-
CORRECTORS_V_SELECTION
ConstantCORRECTORS_V_SELECTION="correctorsVSelection"
- See Also:
-
-
Constructor Details
-
ServerDataModel
public ServerDataModel()Constructor for ServerDataModel.
-
-
Method Details
-
getAvailableCorrectionModelsH
Getter for the field
availableCorrectionModelsH
.- Returns:
- a
List
object
-
setAvailableCorrectionModelsH
Setter for the field
availableCorrectionModelsH
.- Parameters:
availableCorrectionModelsH
- aList
object
-
getAvailableCorrectionModelsV
Getter for the field
availableCorrectionModelsV
.- Returns:
- a
List
object
-
setAvailableCorrectionModelsV
Setter for the field
availableCorrectionModelsV
.- Parameters:
availableCorrectionModelsV
- aList
object
-
addAvailableCorrectionModel
addAvailableCorrectionModel.
- Parameters:
model
- aIOrbitCorrectionModel
object
-
getAvailableCorrectionModels
getAvailableCorrectionModels.
- Parameters:
o
- aOrientation
object- Returns:
- a
List
object
-
getAvailableCorrectionModels
getAvailableCorrectionModels.
- Parameters:
om
- aIOrientationMarker
object- Returns:
- a
List
object
-
setCorrectionModel
setCorrectionModel.
- Parameters:
correctionModel
- aIOrbitCorrectionModel
object
-
setCorrectionModelH
Setter for the field
correctionModelH
.- Parameters:
correctionModel
- aIOrbitCorrectionModel
object
-
getCorrectionModelH
Getter for the field
correctionModelH
.- Returns:
- a
IOrbitCorrectionModel
object
-
setCorrectionModelV
Setter for the field
correctionModelV
.- Parameters:
correctionModel
- aIOrbitCorrectionModel
object
-
getCorrectionModelV
Getter for the field
correctionModelV
.- Returns:
- a
IOrbitCorrectionModel
object
-
getAvailableBpmsH
Getter for the field
availableBpmsH
.- Returns:
- a
ElementList
object
-
getAvailableBpmsV
Getter for the field
availableBpmsV
.- Returns:
- a
ElementList
object
-
getAvailableCorrectorsH
Getter for the field
availableCorrectorsH
.- Returns:
- a
ElementList
object
-
getAvailableCorrectorsV
Getter for the field
availableCorrectorsV
.- Returns:
- a
ElementList
object
-
getSelectedBpmsH
Getter for the field
selectedBpmsH
.- Returns:
- a
ElementList
object
-
getSelectedBpmsV
Getter for the field
selectedBpmsV
.- Returns:
- a
ElementList
object
-
getSelectedCorrectorsH
Getter for the field
selectedCorrectorsH
.- Returns:
- a
ElementList
object
-
getSelectedCorrectorsV
Getter for the field
selectedCorrectorsV
.- Returns:
- a
ElementList
object
-
getBpmsHSelection
public boolean[] getBpmsHSelection()Getter for the field
bpmsHSelection
.- Returns:
- an array of
invalid reference
boolean
-
getBpmsVSelection
public boolean[] getBpmsVSelection()Getter for the field
bpmsVSelection
.- Returns:
- an array of
invalid reference
boolean
-
getCorrectorsHSelection
public boolean[] getCorrectorsHSelection()Getter for the field
correctorsHSelection
.- Returns:
- an array of
invalid reference
boolean
-
getCorrectorsVSelection
public boolean[] getCorrectorsVSelection()Getter for the field
correctorsVSelection
.- Returns:
- an array of
invalid reference
boolean
-
getAvailableBPMs
getAvailableBPMs.
- Parameters:
orinetation
- aOrientation
object- Returns:
- a
ElementList
object
-
getSelectedBPMs
getSelectedBPMs.
- Parameters:
orinetation
- aOrientation
object- Returns:
- a
ElementList
object
-
getBPMsSelection
getBPMsSelection.
- Parameters:
orinetation
- aOrientation
object- Returns:
- an array of
invalid reference
boolean
-
getAvailableCorrectors
getAvailableCorrectors.
- Parameters:
orientation
- aOrientation
object- Returns:
- a
ElementList
object
-
setBpmsHSelection
public void setBpmsHSelection(boolean[] bpmsHSelection) Setter for the field
bpmsHSelection
.- Parameters:
bpmsHSelection
- an array ofinvalid reference
boolean
-
setSelectedBpmsH
Setter for the field
selectedBpmsH
.- Parameters:
selectedBpmsH
- aElementList
object
-
setAvailableBpmsH
Setter for the field
availableBpmsH
.- Parameters:
availableBpmsH
- aElementList
object
-
setBpmsVSelection
public void setBpmsVSelection(boolean[] bpmsVSelection) Setter for the field
bpmsVSelection
.- Parameters:
bpmsVSelection
- an array ofinvalid reference
boolean
-
setSelectedBpmsV
Setter for the field
selectedBpmsV
.- Parameters:
selectedBpmsV
- aElementList
object
-
setAvailableBpmsV
Setter for the field
availableBpmsV
.- Parameters:
availableBpmsV
- aElementList
object
-
setCorrectorsHSelection
public void setCorrectorsHSelection(boolean[] correctorsHSelection) Setter for the field
correctorsHSelection
.- Parameters:
correctorsHSelection
- an array ofinvalid reference
boolean
-
setSelectedCorrectorsH
Setter for the field
selectedCorrectorsH
.- Parameters:
selectedCorrectorsH
- aElementList
object
-
setAvailableCorrectorsH
Setter for the field
availableCorrectorsH
.- Parameters:
availableCorrectorsH
- aElementList
object
-
setCorrectorsVSelection
public void setCorrectorsVSelection(boolean[] correctorsVSelection) Setter for the field
correctorsVSelection
.- Parameters:
correctorsVSelection
- an array ofinvalid reference
boolean
-
setSelectedCorrectorsV
Setter for the field
selectedCorrectorsV
.- Parameters:
selectedCorrectorsV
- aElementList
object
-
setAvailableCorrectorsV
Setter for the field
availableCorrectorsV
.- Parameters:
availableCorrectorsV
- aElementList
object
-