Uses of Enum
org.biojava.nbio.structure.align.ce.CECPParameters.DuplicationHint
Package
Description
Classes related to the implementation of the CE alignment algorithm, here called jCE.
-
Uses of CECPParameters.DuplicationHint in org.biojava.nbio.structure.align.ce
Modifier and TypeFieldDescriptionprotected CECPParameters.DuplicationHint
CECPParameters.duplicationHint
protected CECPParameters.DuplicationHint
CeCPUserArgumentProcessor.CeCPStartupParams.duplicationHint
Modifier and TypeMethodDescriptionCECPParameters.getDuplicationHint()
CeCPUserArgumentProcessor.CeCPStartupParams.getDuplicationHint()
Returns the enum constant of this type with the specified name.static CECPParameters.DuplicationHint[]
CECPParameters.DuplicationHint.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CECPParameters.setDuplicationHint
(CECPParameters.DuplicationHint duplicationHint) void
CeCPUserArgumentProcessor.CeCPStartupParams.setDuplicationHint
(CECPParameters.DuplicationHint duplicationHint)