public class CeSideChainMain extends CeMain implements StructureAlignment
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
algorithmName |
calculator, paramsnewline| Constructor and Description |
|---|
CeSideChainMain() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static void |
main(java.lang.String[] args) |
void |
setParameters(ConfigStrucAligParams params)
Set the default parameters for this algorithm to use
|
align, align, getCECalculatorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitalign, alignpublic static final java.lang.String algorithmName
public static void main(java.lang.String[] args)
throws ConfigurationException
ConfigurationExceptionpublic java.lang.String getAlgorithmName()
StructureAlignmentgetAlgorithmName in interface StructureAlignmentgetAlgorithmName in class CeMainpublic ConfigStrucAligParams getParameters()
StructureAlignmentgetParameters in interface StructureAlignmentgetParameters in class CeMainpublic void setParameters(ConfigStrucAligParams params)
StructureAlignmentsetParameters in interface StructureAlignmentsetParameters in class CeMainpublic java.lang.String getVersion()
StructureAlignmentgetVersion in interface StructureAlignmentgetVersion in class CeMain