Package org.scictrl.mp.orbitcorrect
Interface ICurrentApplyModel
- All Superinterfaces:
IConfigurable
- All Known Implementing Classes:
DefaultCurrentApplyModel
ICurrentApplyModel interface.
- Author:
- igor@scictrl.com
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCurrentValue
(double current, AbstractCalibratedMagnet magnet) addCurrentValue.double
getCurrent.int
getValueCount.void
reset()
reset.Methods inherited from interface org.scictrl.mp.orbitcorrect.IConfigurable
configure
-
Method Details
-
addCurrentValue
addCurrentValue.
- Parameters:
current
- a doublemagnet
- aAbstractCalibratedMagnet
object
-
getCurrent
getCurrent.
- Returns:
- a double
- Throws:
InconsistentDataException
- if any.IllegalStateException
- if any.
-
getValueCount
int getValueCount()getValueCount.
- Returns:
- a int
-
reset
void reset()reset.
-