Oracle Data Mining Java API Reference
10g Release 1 (10.1)

B12276-01

oracle.dmt.odm.rule
Class BooleanPredicate

java.lang.Object
  |
  +--oracle.dmt.odm.rule.Predicate
        |
        +--oracle.dmt.odm.rule.BooleanPredicate

public class BooleanPredicate
extends Predicate

An instance of BooleanPredicate always returns the value TRUE.

Since:
9.2.0

Method Summary
 boolean getValue()
          Returns the value TRUE.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getValue

public boolean getValue()
Returns the value TRUE.
Returns:
Category[] - array of category values

Copyright © 2003 Oracle Corporation. All Rights Reserved.