clarion.coordinate
Class CorrectionComb

java.lang.Object
  extended byclarion.coordinate.CorrectionComb

public class CorrectionComb
extends java.lang.Object

this class is to implement the combination of outputs from both level by correction. It should be overrided by user's code. See the tutorial on the details.


Constructor Summary
CorrectionComb()
           
 
Method Summary
 void correctionComb()
          process of combination by correction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrectionComb

public CorrectionComb()
Method Detail

correctionComb

public void correctionComb()
process of combination by correction.