Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once a modifier has been defined it cannot be changed. At any time the modifier can be enabled and disabled, or deleted.

Configuration of the Time Series Modifiers Display

As the time series modifiers is a central component to the Delft FEWS system, its configuration is quite simple. No additional configuration need be added. The display does require preconfigured displays to be defined using the Display Groups configuration as the time series defined in these display groups are available for applying modifiers to.

Making this display available only requires the relevant class be called from the Explorer. It is added as an explorer Task.

An example of the configuration is provided below

<explorerTask name="Modifier Display">
<iconFile></iconFile>
<mnemonic>X</mnemonic>
<arguments>ModifiersPlugin</arguments>
<taskClass>nl.wldelft.fews.gui.plugin.modifiers.ModifiersPlugin</taskClass>
<toolbarTask>true</toolbarTask>
<menubarTask>true</menubarTask>
<accelerator>ctrl X</accelerator>
</explorerTask>

Note that the use if Icons and Mnemonics, as well as the name of the display will depend on the configuration.