|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.biojava.bio.structure.align.BioJavaStructureAlignment
public class BioJavaStructureAlignment
Wrapper for the BioJava Structure Alignment Implementation
| Field Summary | |
|---|---|
static java.lang.String |
algorithmName
|
| Constructor Summary | |
|---|---|
BioJavaStructureAlignment()
|
|
| Method Summary | |
|---|---|
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()
Returns some documentation on the command line arguments for this algorithm. |
void |
setParameters(ConfigStrucAligParams o)
Set the default parameters for this algorithm to use |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String algorithmName
| Constructor Detail |
|---|
public BioJavaStructureAlignment()
| Method Detail |
|---|
public java.lang.String getAlgorithmName()
StructureAlignment
getAlgorithmName in interface StructureAlignmentpublic ConfigStrucAligParams getParameters()
StructureAlignment
getParameters in interface StructureAlignmentpublic void setParameters(ConfigStrucAligParams o)
StructureAlignment
setParameters in interface StructureAlignmentpublic java.lang.String getVersion()
StructureAlignment
getVersion in interface StructureAlignmentpublic java.lang.String printHelp()
StructureAlignment
printHelp in interface StructureAlignment
public AFPChain align(Atom[] ca1,
Atom[] ca2)
throws StructureException
StructureAlignment
align in interface StructureAlignmentStructureException
public AFPChain align(Atom[] ca1,
Atom[] ca2,
java.lang.Object params)
throws StructureException
StructureAlignment
align in interface StructureAlignmentStructureException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||