Class CR_Base

java.lang.Object
  |
  +--CR_Base
All Implemented Interfaces:
CorrelationRule
Direct Known Subclasses:
CR_Aggregate_Multiple_Children_of_an_Ontology_Aggregation, CR_All_Value_Cells_of_a_Label_Cell_are_Similar, CR_Factor_Label_According_to_the_Ontology, CR_Map_Labels_To_Object_Sets_Across_MultiLevel_Labels, CR_Raise_Highest_Label_Value_Confidence_For_Each_Value, CR_Specialization

public abstract class CR_Base
extends java.lang.Object
implements CorrelationRule


Constructor Summary
CR_Base()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface CorrelationRule
applyRule, getName
 

Constructor Detail

CR_Base

public CR_Base()