Uses of Class
org.biojava.nbio.structure.align.ce.CECPParameters.DuplicationHint
-
Packages that use CECPParameters.DuplicationHint Package Description org.biojava.nbio.structure.align.ce Classes related to the implementation of the CE alignment algorithm, here called jCE. -
-
Uses of CECPParameters.DuplicationHint in org.biojava.nbio.structure.align.ce
Fields in org.biojava.nbio.structure.align.ce declared as CECPParameters.DuplicationHint Modifier and Type Field Description protected CECPParameters.DuplicationHint
CECPParameters. duplicationHint
protected CECPParameters.DuplicationHint
CeCPUserArgumentProcessor.CeCPStartupParams. duplicationHint
Methods in org.biojava.nbio.structure.align.ce that return CECPParameters.DuplicationHint Modifier and Type Method Description CECPParameters.DuplicationHint
CECPParameters. getDuplicationHint()
CECPParameters.DuplicationHint
CeCPUserArgumentProcessor.CeCPStartupParams. getDuplicationHint()
static CECPParameters.DuplicationHint
CECPParameters.DuplicationHint. valueOf(String name)
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.Methods in org.biojava.nbio.structure.align.ce with parameters of type CECPParameters.DuplicationHint Modifier and Type Method Description void
CECPParameters. setDuplicationHint(CECPParameters.DuplicationHint duplicationHint)
void
CeCPUserArgumentProcessor.CeCPStartupParams. setDuplicationHint(CECPParameters.DuplicationHint duplicationHint)
-