public interface StructureAlignment
| 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 params)
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
|
AFPChain align(Atom[] ca1, Atom[] ca2) throws StructureException
ca1 - ca2 - StructureExceptionAFPChain align(Atom[] ca1, Atom[] ca2, Object params) throws StructureException
ca1 - ca2 - params - StructureExceptionConfigStrucAligParams getParameters()
void setParameters(ConfigStrucAligParams parameters)
parameters - String getAlgorithmName()
String getVersion()
Copyright © 2000–2017 BioJava. All rights reserved.