|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.rdtdm.rule.criterion.CriterionDefault
|
+--org.rdtdm.rule.criterion.CriterionPosNeg
CriterionPosNeg
Changelog:$Log: CriterionPosNeg.java,v $ Revision 1.1 2001/11/10 15:29:10 dirk init |
| Field Summary | |
private int |
negbound
|
private int |
posbound
|
| Fields inherited from class org.rdtdm.rule.criterion.CriterionDefault |
|
| Constructor Summary | |
CriterionPosNeg()
|
|
CriterionPosNeg(int posbound,
int negbound)
|
|
| Method Summary | |
boolean |
accepts(Results results)
|
java.lang.String |
toString()
|
| Methods inherited from class org.rdtdm.rule.criterion.CriterionDefault |
getOption, getOption, optionsToString, setOption, setOptions |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private int posbound
private int negbound
| Constructor Detail |
public CriterionPosNeg()
public CriterionPosNeg(int posbound,
int negbound)
| Method Detail |
public boolean accepts(Results results)
accepts in interface Criterionaccepts in class CriterionDefaultpublic java.lang.String toString()
toString in class CriterionDefault
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||