|
Oracle Data Mining Java API Reference 10g Release 1 (10.1) B12276-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dmt.odm.rule.Predicate | +--oracle.dmt.odm.rule.CompoundPredicate
An instance of CompundPredicate
is a set of predicates connected by logical operators.
For example, "age < 30 AND salary > 50K" is a compound predicate which is a boolean 'and' of two SimplePredicate
s.
Method Summary | |
BooleanOperator |
getBooleanOperator() Returns the BooleanOperator . |
Predicate[] |
getPredicates() Returns an array of the component Predicate s |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public BooleanOperator getBooleanOperator()
BooleanOperator
.BooleanOperator
- the boolean operatorpublic Predicate[] getPredicates()
Predicate
sPredicate
[] - the array of predicates, null if none
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |