Class CeSideChainMain
- java.lang.Object
-
- org.biojava.nbio.structure.align.AbstractStructureAlignment
-
- org.biojava.nbio.structure.align.ce.CeMain
-
- org.biojava.nbio.structure.align.ce.CeSideChainMain
-
- All Implemented Interfaces:
StructureAlignment
public class CeSideChainMain extends CeMain implements StructureAlignment
-
-
Field Summary
Fields Modifier and Type Field Description static StringalgorithmName-
Fields inherited from class org.biojava.nbio.structure.align.ce.CeMain
calculator, params
-
-
Constructor Summary
Constructors Constructor Description CeSideChainMain()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithmName()Get the name of the AlgorithmConfigStrucAligParamsgetParameters()Return the paramers for this algorithm.StringgetVersion()Get the Version information for this Algorithm.static voidmain(String[] args)voidsetParameters(ConfigStrucAligParams params)Set the default parameters for this algorithm to use-
Methods inherited from class org.biojava.nbio.structure.align.ce.CeMain
align, align, getCECalculator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.biojava.nbio.structure.align.StructureAlignment
align, align
-
-
-
-
Field Detail
-
algorithmName
public static final String algorithmName
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CeSideChainMain
public CeSideChainMain()
-
-
Method Detail
-
main
public static void main(String[] args) throws ConfigurationException
- Throws:
ConfigurationException
-
getAlgorithmName
public String getAlgorithmName()
Description copied from interface:StructureAlignmentGet the name of the Algorithm- Specified by:
getAlgorithmNamein interfaceStructureAlignment- Overrides:
getAlgorithmNamein classCeMain- Returns:
- the name of the algorithm
-
getParameters
public ConfigStrucAligParams getParameters()
Description copied from interface:StructureAlignmentReturn the paramers for this algorithm.- Specified by:
getParametersin interfaceStructureAlignment- Overrides:
getParametersin classCeMain- Returns:
- The returned object will be a Java bean.
-
setParameters
public void setParameters(ConfigStrucAligParams params)
Description copied from interface:StructureAlignmentSet the default parameters for this algorithm to use- Specified by:
setParametersin interfaceStructureAlignment- Overrides:
setParametersin classCeMain
-
getVersion
public String getVersion()
Description copied from interface:StructureAlignmentGet the Version information for this Algorithm.- Specified by:
getVersionin interfaceStructureAlignment- Overrides:
getVersionin classCeMain- Returns:
- the version of the algorithm
-
-