|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Condition
Objects implementing this interface are used by
ConditionExampleReader
s, a special sub class of
ExampleReader
that skips all examples that do not fulfill this
condition. In order for the
ConditionExampleReader.createCondition(String, ExampleSet, String)
factory method to be able to create instances of an implementation of
Condition, it must implement a two argument constructor taking an
ExampleSet
and a parameter String. The meaning of the parameter
string is dependent on the implementation and may even be ignored, although
it would be nice to print a warning.
Method Summary | |
---|---|
boolean |
conditionOk(Example example)
Should return true if the given example does fulfill this condition. |
Condition |
duplicate()
Returns a duplicate of this condition. |
Method Detail |
---|
boolean conditionOk(Example example)
Condition duplicate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |