oracle.dmt.odm.rule
Class PredicateRuleComponent

java.lang.Object
  |
  +--oracle.dmt.odm.rule.RuleComponent
        |
        +--oracle.dmt.odm.rule.PredicateRuleComponent

public class PredicateRuleComponent
extends RuleComponent

An instance of PredicateRuleComponent consists of a predicate - simple, boolean or compound.

Examples include "age < 20", "TRUE", "age < 30 AND salary > 50K".

Since:
9.2.0

Constructor Summary
PredicateRuleComponent()
          For internal use only
PredicateRuleComponent(Predicate predicate, float support)
          For internal use only
 
Method Summary
TypeMethod
 Predicate getPredicate()
          Returns the associated Predicate.
 void setPredicate(Predicate predicate)
          For internal use only
 
Methods inherited from class oracle.dmt.odm.rule.RuleComponent
addItemSet, getItemSet, getSupport
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredicateRuleComponent

public PredicateRuleComponent(Predicate predicate,
                              float support)
                       throws MiningObjectException
For internal use only

PredicateRuleComponent

public PredicateRuleComponent()
                       throws MiningObjectException
For internal use only
Method Detail

setPredicate

public void setPredicate(Predicate predicate)
For internal use only

getPredicate

public Predicate getPredicate()
Returns the associated Predicate.
Returns:
Predicate - the associated predicate