Versions Compared

Key

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

...

Define module in the ModuleDescriptors.xml file (obsolete since 2013.02):

Code Block
languagexml
titleModuleDescriptors.xml (obsolete since 2013.02)
<moduleDescriptor id="ThresholdChecks">
    <description>Module to check on threshold event crossings</description>
	<className>nl.wldelft.fews.system.plugin.threshold.ThresholdEventCrossingModule</className>
</moduleDescriptor>

...

Create entry in ModuleInstanceDescriptors.xml file (obsolete since 2013.02):

Code Block
languagexml
titleModuleInstanceDescriptors.xml
<moduleInstanceDescriptor id="ThresholdChecks">
	<moduleId>ThresholdChecks</moduleId>
</moduleInstanceDescriptor>

...

Code Block
languagexml
titleworkflow.xml (before 2013.02)
(Before 2013.02)
<activity>
	<runIndependent>false</runIndependent>
	<predefinedActivity>threshold event crossing</predefinedActivity>
 </activity>	

...