Interface ModelKnob
-
- All Superinterfaces:
Knob
- All Known Implementing Classes:
AbstractModelKnob
,DeltaPKnob
public interface ModelKnob extends Knob
a knob which needs a model
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setModel(JMadModel model)
set the model to operate on-
Methods inherited from interface cern.accsoft.steering.jmad.domain.knob.Knob
addListener, getDescription, getKey, getName, getOffset, getTotalValue, getType, getValue, removeListener, setOffset, setValue
-
-
-
-
Method Detail
-
setModel
void setModel(JMadModel model)
set the model to operate on- Parameters:
model
- the model to set
-
-