Package cern.accsoft.steering.jmad.model
Interface KnobManager
-
- All Known Implementing Classes:
KnobManagerImpl
public interface KnobManager
This is the interface of a class, which manages several knobs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addCustomKnob(Knob knob)
void
cleanup()
removes all the knobs, except the custom ones.java.util.List<Knob>
getCustomKnobs()
Knob
getKnob(KnobType type, java.lang.String key)
retrieves a knob given by the type and the key within the type
-