BEAST
eu.baltrad.beast.router.SystemRulesDefinition Class Reference

This definition is system specific and is not configurable like the other definitions. More...

Public Member Functions

 SystemRulesDefinition ()
 Constructor.
 
void setRules (List< IRule > rules)
 The rules this system route definition manages.
 
List< IRulegetRules ()
 
void handle (IBltMessage msg)
 Handles any blt message.
 

Detailed Description

This definition is system specific and is not configurable like the other definitions.

It basically is here for all managing messages without producing any message since there are no recipients.

Author
Anders Henja

Constructor & Destructor Documentation

◆ SystemRulesDefinition()

eu.baltrad.beast.router.SystemRulesDefinition.SystemRulesDefinition ( )
inline

Constructor.

Member Function Documentation

◆ getRules()

List< IRule > eu.baltrad.beast.router.SystemRulesDefinition.getRules ( )
inline
Returns
the rules for this system route definition

◆ handle()

void eu.baltrad.beast.router.SystemRulesDefinition.handle ( IBltMessage msg)
inline

Handles any blt message.

Parameters
msg- the blt message

◆ setRules()

void eu.baltrad.beast.router.SystemRulesDefinition.setRules ( List< IRule > rules)
inline

The rules this system route definition manages.

Parameters
rulesthe rules

The documentation for this class was generated from the following file: