Interface MultiModelKnob

  • All Superinterfaces:
    Knob
    All Known Implementing Classes:
    AbstractMultiModelKnob, LinearKnob

    public interface MultiModelKnob
    extends Knob
    Knob which can be attached to multiple JMadModels. Changes to the Knob values will then be written to all Models.
    • Method Detail

      • addModel

        void addModel​(JMadModel model)
        Add a JMadModel to the Knob. Every added Model will be updated with knob value changes.
        Parameters:
        model - the JMadModel to add to the Knob