public class BioJavaStructureAlignment extends java.lang.Object implements StructureAlignment
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
algorithmName |
| Constructor and Description |
|---|
BioJavaStructureAlignment() |
| 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,
java.lang.Object params)
run an alignment and also send a bean containing the parameters.
|
java.lang.String |
getAlgorithmName()
Get the name of the Algorithm
|
ConfigStrucAligParams |
getParameters()
Return the paramers for this algorithm.
|
java.lang.String |
getVersion()
Get the Version information for this Algorithm.
|
java.lang.String |
printHelp() |
void |
setParameters(ConfigStrucAligParams o)
Set the default parameters for this algorithm to use
|
public static final java.lang.String algorithmName
public java.lang.String getAlgorithmName()
StructureAlignmentgetAlgorithmName in interface StructureAlignmentpublic ConfigStrucAligParams getParameters()
StructureAlignmentgetParameters in interface StructureAlignmentpublic void setParameters(ConfigStrucAligParams o)
StructureAlignmentsetParameters in interface StructureAlignmentpublic java.lang.String getVersion()
StructureAlignmentgetVersion in interface StructureAlignmentpublic java.lang.String printHelp()
public AFPChain align(Atom[] ca1, Atom[] ca2) throws StructureException
StructureAlignmentalign in interface StructureAlignmentStructureExceptionpublic AFPChain align(Atom[] ca1, Atom[] ca2, java.lang.Object params) throws StructureException
StructureAlignmentalign in interface StructureAlignmentStructureException