public class StructureAlignmentFactory
extends java.lang.Object
| Constructor | Description |
|---|---|
StructureAlignmentFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
addAlgorithm(StructureAlignment alg) |
Adds a new StructureAlignment algorithm to the list.
|
static void |
clearAlgorithms() |
Removes all algorithms from the list
|
static StructureAlignment |
getAlgorithm(java.lang.String name) |
|
static java.lang.String[] |
getAllAlgorithmNames() |
|
static StructureAlignment[] |
getAllAlgorithms() |
|
static boolean |
removeAlgorithm(java.lang.String name) |
Removes the specified algorithm from the list of options
|
public static void addAlgorithm(StructureAlignment alg)
alg - the alignment algorithmpublic static boolean removeAlgorithm(java.lang.String name)
name - the name of the algorithm to removepublic static void clearAlgorithms()
public static StructureAlignment getAlgorithm(java.lang.String name) throws StructureException
StructureExceptionpublic static StructureAlignment[] getAllAlgorithms()
public static java.lang.String[] getAllAlgorithmNames()