public class StructureAlignmentFactory extends Object
Constructor and Description |
---|
StructureAlignmentFactory() |
Modifier and Type | Method and 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(String name) |
static String[] |
getAllAlgorithmNames() |
static StructureAlignment[] |
getAllAlgorithms() |
static boolean |
removeAlgorithm(String name)
Removes the specified algorithm from the list of options
|
public StructureAlignmentFactory()
public static void addAlgorithm(StructureAlignment alg)
alg
- the alignment algorithmpublic static boolean removeAlgorithm(String name)
name
- the name of the algorithm to removepublic static void clearAlgorithms()
public static StructureAlignment getAlgorithm(String name) throws StructureException
StructureException
public static StructureAlignment[] getAllAlgorithms()
public static String[] getAllAlgorithmNames()
Copyright © 2000–2019 BioJava. All rights reserved.