Package org.biojava.nbio.structure.align
Class BioJavaStructureAlignment
java.lang.Object
org.biojava.nbio.structure.align.BioJavaStructureAlignment
- All Implemented Interfaces:
 StructureAlignment
Wrapper for the BioJava Structure Alignment Implementation
- Author:
 - Andreas Prlic
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionRun an alignment while specifying the atoms to be aligned.run an alignment and also send a bean containing the parameters.Get the name of the AlgorithmReturn the paramers for this algorithm.Get the Version information for this Algorithm.voidSet the default parameters for this algorithm to use 
- 
Field Details
- 
algorithmName
- See Also:
 
 
 - 
 - 
Constructor Details
- 
BioJavaStructureAlignment
public BioJavaStructureAlignment() 
 - 
 - 
Method Details
- 
getAlgorithmName
Description copied from interface:StructureAlignmentGet the name of the Algorithm- Specified by:
 getAlgorithmNamein interfaceStructureAlignment- Returns:
 - the name of the algorithm
 
 - 
getParameters
Description copied from interface:StructureAlignmentReturn the paramers for this algorithm.- Specified by:
 getParametersin interfaceStructureAlignment- Returns:
 - The returned object will be a Java bean.
 
 - 
setParameters
Description copied from interface:StructureAlignmentSet the default parameters for this algorithm to use- Specified by:
 setParametersin interfaceStructureAlignment
 - 
getVersion
Description copied from interface:StructureAlignmentGet the Version information for this Algorithm.- Specified by:
 getVersionin interfaceStructureAlignment- Returns:
 - the version of the algorithm
 
 - 
printHelp
 - 
align
Description copied from interface:StructureAlignmentRun an alignment while specifying the atoms to be aligned. Will used default parameters for the algorithm.- Specified by:
 alignin interfaceStructureAlignment- Returns:
 - the afpChain object that contains the alignment.
 - Throws:
 StructureException
 - 
align
Description copied from interface:StructureAlignmentrun an alignment and also send a bean containing the parameters.- Specified by:
 alignin interfaceStructureAlignment- Returns:
 - the afpChain object that contains the alignment.
 - Throws:
 StructureException
 
 -