Class AFPCalculator
- java.lang.Object
-
- org.biojava.nbio.structure.align.fatcat.calc.AFPCalculator
-
public class AFPCalculator extends Object
A class that performs calculations on AFPChains- Author:
- Andreas Prlic
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
debug
-
Constructor Summary
Constructors Constructor Description AFPCalculator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
extractAFPChains(FatCatParameters params, AFPChain afpChain, Atom[] ca1, Atom[] ca2)
static void
sortAfps(AFPChain afpChain, Atom[] ca1, Atom[] ca2)
-
-
-
Field Detail
-
debug
public static final boolean debug
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AFPCalculator
public AFPCalculator()
-
-
Method Detail
-
extractAFPChains
public static void extractAFPChains(FatCatParameters params, AFPChain afpChain, Atom[] ca1, Atom[] ca2) throws StructureException
- Throws:
StructureException
-
-