BEAST
eu.baltrad.beast.rules.IRuleManager Interface Reference
Inheritance diagram for eu.baltrad.beast.rules.IRuleManager:
eu.baltrad.beast.rules.acrr.AcrrRuleManager eu.baltrad.beast.rules.bdb.BdbTrimAgeRuleManager eu.baltrad.beast.rules.bdb.BdbTrimCountRuleManager eu.baltrad.beast.rules.composite.CompositingRuleManager eu.baltrad.beast.rules.dist.DistributionRuleManager eu.baltrad.beast.rules.gmap.GoogleMapRuleManager eu.baltrad.beast.rules.gra.GraRuleManager eu.baltrad.beast.rules.groovy.GroovyRuleManager eu.baltrad.beast.rules.scansun.ScansunRuleManager eu.baltrad.beast.rules.site2d.Site2DRuleManager eu.baltrad.beast.rules.volume.VolumeRuleManager eu.baltrad.beast.rules.wrwp.WrwpRuleManager

Public Member Functions

void store (int rule_id, IRule rule)
 Persists the rule if there is any reason to do so.
 
IRule load (int rule_id)
 Loads a rule.
 
void update (int rule_id, IRule rule)
 Updates the rule with specified id.
 
void delete (int rule_id)
 Deletes the rule with the specified id.
 
IRule createRule ()
 

Detailed Description

Author
Anders Henja

Member Function Documentation

◆ createRule()

◆ delete()

◆ load()

◆ store()

◆ update()


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