BEAST
eu.baltrad.beast.rules.IRule Interface Reference

All rules that are used for routing purpose should implement this interface regardless if it is a scripted rule or a static rule. More...

Inheritance diagram for eu.baltrad.beast.rules.IRule:
eu.baltrad.beast.rules.ScriptedRule eu.baltrad.beast.rules.acrr.AcrrRule eu.baltrad.beast.rules.bdb.BdbTrimAgeRule eu.baltrad.beast.rules.bdb.BdbTrimCountRule eu.baltrad.beast.rules.composite.CompositingRule eu.baltrad.beast.rules.dist.DistributionRule eu.baltrad.beast.rules.gmap.GoogleMapRule eu.baltrad.beast.rules.groovy.GroovyRule eu.baltrad.beast.rules.scansun.ScansunRule eu.baltrad.beast.rules.site2d.Site2DRule eu.baltrad.beast.rules.system.Log4jAlertMessageRule eu.baltrad.beast.rules.system.SupervisorAlertMessageRule eu.baltrad.beast.rules.volume.VolumeRule eu.baltrad.beast.rules.wrwp.WrwpRule

Public Member Functions

IBltMessage handle (IBltMessage message)
 Handle this message.
 
String getType ()
 A description on what type of rule this is, e.g.
 
boolean isValid ()
 Returns if this rule is valid or not.
 

Detailed Description

All rules that are used for routing purpose should implement this interface regardless if it is a scripted rule or a static rule.

Author
Anders Henja

Member Function Documentation

◆ getType()

◆ handle()

◆ isValid()

boolean eu.baltrad.beast.rules.IRule.isValid ( )

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