public interface MultipleStructureAligner
MultipleAlignment
Objects.Modifier and Type | Method and Description |
---|---|
MultipleAlignment |
align(List<Atom[]> atomArrays)
Run an alignment while specifying the atoms to be aligned.
|
MultipleAlignment |
align(List<Atom[]> atomArrays,
Object params)
Run an alignment and also send a bean containing the parameters.
|
String |
getAlgorithmName()
Get the name of this Algorithm.
|
ConfigStrucAligParams |
getParameters()
Return the parameters of this algorithm instance.
|
String |
getVersion()
Get the Version information for this Algorithm.
|
void |
setParameters(ConfigStrucAligParams parameters)
Set the parameters for this algorithm to use.
|
MultipleAlignment align(List<Atom[]> atomArrays) throws StructureException
atomArrays
- List of Atoms of all the structuresStructureException
align(List,Object)
MultipleAlignment align(List<Atom[]> atomArrays, Object params) throws StructureException
atomArrays
- List of Atoms of all the structuresStructureException
align(List)
ConfigStrucAligParams getParameters()
void setParameters(ConfigStrucAligParams parameters)
parameters
- String getAlgorithmName()
String getVersion()
Copyright © 2000–2019 BioJava. All rights reserved.