Home
Categories
Dictionary
Glossary
Download
Project Details
Changes Log
What Links Here
FAQ
License

tacticalRules Application


    1  Properties
    2  Services
    3  Use case
    4  Configuration
       4.1  Example
    5  See also

tacticalRules
Function Trigger events relative to actions in a tactical environment
Distribution tacticalRules-bin-.zip
Jar files tacticalRules
Modules tacticalRules
Provided services none
Required services none
Mandatory properties rules



The built-in tacticalRules Application allows to trigger events relative to actions in a tactical environment.

Properties

The tacticalRules Application has one mandatory property:

Services

See:

Use case

The tactical Rules Application is useful when you want to trigger various rules on a moving tactical situation.

However you can use this module in any situation where you want to invoke services depending on services you receive.

Configuration


Example

Main Article: tacticalRules usage

The following declaration will invoke the "receivedWP20" service if the "nextWaypoint" service is received with the value "WP20" for the waypointID:
      <rules>
         <rule>
            <trigger name="nextWaypoint">
               <data name="waypointID" value="WP20" />
            </trigger>
            <service name="receivedWP20"/>
         </rule>
      </rules>

See also


Categories: builtin-applis

Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence