javax.datamining.rule
Interface BooleanPredicate

All Superinterfaces:
Predicate

public interface BooleanPredicate
extends Predicate

A BooleanPredicate represents a Boolean value: either true or false.

Author:
JSR-73 Java Data Mining Expert Group
See Also:
Predicate

Method Summary
 boolean getValue()
          Returns theBoolean value in the predicate.
 

Method Detail

getValue

public boolean getValue()
Returns theBoolean value in the predicate.

Returns:
boolean