public class SmithWaterman3Daligner extends AbstractStructureAlignment implements StructureAlignment
| Modifier and Type | Field and Description |
|---|---|
static String |
algorithmName |
newline| Constructor and Description |
|---|
SmithWaterman3Daligner() |
| 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 parameters)
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.
|
static void |
main(String[] args) |
void |
setParameters(ConfigStrucAligParams parameters)
Set the default parameters for this algorithm to use
|
public static final String algorithmName
public static void main(String[] args) throws ConfigurationException
ConfigurationExceptionpublic AFPChain align(Atom[] ca1, Atom[] ca2) throws StructureException
StructureAlignmentalign in interface StructureAlignmentalign in class AbstractStructureAlignmentStructureExceptionpublic AFPChain align(Atom[] ca1, Atom[] ca2, Object parameters) throws StructureException
StructureAlignmentalign in interface StructureAlignmentalign in class AbstractStructureAlignmentStructureExceptionpublic String getAlgorithmName()
StructureAlignmentgetAlgorithmName in interface StructureAlignmentgetAlgorithmName in class AbstractStructureAlignmentpublic ConfigStrucAligParams getParameters()
StructureAlignmentgetParameters in interface StructureAlignmentgetParameters in class AbstractStructureAlignmentpublic String getVersion()
StructureAlignmentgetVersion in interface StructureAlignmentgetVersion in class AbstractStructureAlignmentpublic void setParameters(ConfigStrucAligParams parameters)
StructureAlignmentsetParameters in interface StructureAlignmentsetParameters in class AbstractStructureAlignmentCopyright © 2000–2016 BioJava. All rights reserved.