public class FatCatFlexible extends FatCat implements StructureAlignment
Modifier and Type | Field and Description |
---|---|
static String |
algorithmName |
Constructor and Description |
---|
FatCatFlexible() |
Modifier and Type | Method and Description |
---|---|
AFPChain |
align(Atom[] ca1,
Atom[] ca2)
Run an alignment while specifying the atoms to be aligned.
|
AFPChain |
align(Atom[] ca1,
Atom[] ca2,
Object param)
run an alignment and also send a bean containing the parameters.
|
String |
getAlgorithmName()
Get the name of the Algorithm
|
ConfigStrucAligParams |
getParameters()
Return the paramers for this algorithm.
|
String |
getVersion()
Get the Version information for this Algorithm.
|
void |
setParameters(ConfigStrucAligParams parameters)
Set the default parameters for this algorithm to use
|
align, alignFlexible, alignRigid, alignRigid, getFatCatAligner, main, toString
public static final String algorithmName
public FatCatFlexible()
public AFPChain align(Atom[] ca1, Atom[] ca2) throws StructureException
StructureAlignment
align
in interface StructureAlignment
StructureException
public AFPChain align(Atom[] ca1, Atom[] ca2, Object param) throws StructureException
StructureAlignment
align
in interface StructureAlignment
StructureException
public String getAlgorithmName()
StructureAlignment
getAlgorithmName
in interface StructureAlignment
public String getVersion()
StructureAlignment
getVersion
in interface StructureAlignment
public ConfigStrucAligParams getParameters()
StructureAlignment
getParameters
in interface StructureAlignment
public void setParameters(ConfigStrucAligParams parameters)
StructureAlignment
setParameters
in interface StructureAlignment
Copyright © 2000–2019 BioJava. All rights reserved.