org.biojava.bio.structure.align.fatcat.calc
Class AFPPostProcessor

java.lang.Object
  extended by org.biojava.bio.structure.align.fatcat.calc.AFPPostProcessor

public class AFPPostProcessor
extends Object

does post processing after alignment chaingin

Author:
Andreas Prlic

Field Summary
static boolean debug
           
 
Constructor Summary
AFPPostProcessor()
           
 
Method Summary
static void postProcess(FatCatParameters params, AFPChain afpChain, Atom[] ca1, Atom[] ca2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static final boolean debug
See Also:
Constant Field Values
Constructor Detail

AFPPostProcessor

public AFPPostProcessor()
Method Detail

postProcess

public static void postProcess(FatCatParameters params,
                               AFPChain afpChain,
                               Atom[] ca1,
                               Atom[] ca2)