Sha256: a7fd60f6f9c0e4c28b6bed4f5a46444da601d887e30c194e45e398c6c23bfa86
Contents?: true
Size: 468 Bytes
Versions: 1
Compression:
Stored size: 468 Bytes
Contents
package toxtree.plugins.kroes.rules; /** * Does estimated intake exceed TTC of 0.15 \u00B5g/day ? * @author nina * */ public class KroesRule4 extends RuleVerifyIntake { /** * */ private static final long serialVersionUID = 3075417665758907375L; public KroesRule4() { super(); setID("Q4"); setTitle("Does estimated intake exceed TTC of 0.15 \u00B5g/day ?"); setExplanation(getTitle()); propertyStaticValue =0.15; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toxtree-0.0.1 | Toxtree-v2.6.13/src/toxtree/plugins/kroes/rules/KroesRule4.java |