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
-
Field Summary
Fields inherited from class org.biojava.nbio.structure.align.ce.CeMain
calculator, params
Fields inherited from class org.biojava.nbio.structure.align.AbstractStructureAlignment
newline
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the AlgorithmReturn the paramers for this algorithm.Get the Version information for this Algorithm.static void
void
setParameters
(ConfigStrucAligParams params) Set the default parameters for this algorithm to useMethods 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 Details
-
algorithmName
- See Also:
-
-
Constructor Details
-
CeSideChainMain
public CeSideChainMain()
-
-
Method Details
-
main
- Throws:
ConfigurationException
-
getAlgorithmName
Description copied from interface:StructureAlignment
Get the name of the Algorithm- Specified by:
getAlgorithmName
in interfaceStructureAlignment
- Overrides:
getAlgorithmName
in classCeMain
- Returns:
- the name of the algorithm
-
getParameters
Description copied from interface:StructureAlignment
Return the paramers for this algorithm.- Specified by:
getParameters
in interfaceStructureAlignment
- Overrides:
getParameters
in classCeMain
- Returns:
- The returned object will be a Java bean.
-
setParameters
Description copied from interface:StructureAlignment
Set the default parameters for this algorithm to use- Specified by:
setParameters
in interfaceStructureAlignment
- Overrides:
setParameters
in classCeMain
-
getVersion
Description copied from interface:StructureAlignment
Get the Version information for this Algorithm.- Specified by:
getVersion
in interfaceStructureAlignment
- Overrides:
getVersion
in classCeMain
- Returns:
- the version of the algorithm
-