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

Interface for accessing rule properties as strings. More...

Inheritance diagram for eu.baltrad.beast.rules.IRulePropertyAccess:
eu.baltrad.beast.rules.bdb.BdbTrimAgeRule eu.baltrad.beast.rules.bdb.BdbTrimCountRule eu.baltrad.beast.rules.dist.DistributionRule

Public Member Functions

Map< String, String > getProperties ()
 get properties as strings
 
void setProperties (Map< String, String > props)
 set properties.
 

Detailed Description

Interface for accessing rule properties as strings.

Member Function Documentation

◆ getProperties()

Map< String, String > eu.baltrad.beast.rules.IRulePropertyAccess.getProperties ( )

◆ setProperties()

void eu.baltrad.beast.rules.IRulePropertyAccess.setProperties ( Map< String, String > props)

set properties.

Excessive keys should be ignored, missing keys should have default values.

Implemented in eu.baltrad.beast.rules.bdb.BdbTrimAgeRule, eu.baltrad.beast.rules.bdb.BdbTrimCountRule, and eu.baltrad.beast.rules.dist.DistributionRule.


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