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

B12276-01

oracle.dmt.odm.rule
Class Predicate

java.lang.Object
  |
  +--oracle.dmt.odm.rule.Predicate
Direct Known Subclasses:
BooleanPredicate, CompoundPredicate, SimplePredicate

public abstract class Predicate
extends java.lang.Object

The abstract class Predicate is the common superclass for SimplePredicate, BooleanPredicate, and CompoundPredicate.

Since:
9.2.0

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

 


Copyright © 2003 Oracle Corporation. All Rights Reserved.