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.DuplicationHintCECPParameters. duplicationHintprotected CECPParameters.DuplicationHintCeCPUserArgumentProcessor.CeCPStartupParams. duplicationHintMethods in org.biojava.nbio.structure.align.ce that return CECPParameters.DuplicationHint Modifier and Type Method Description CECPParameters.DuplicationHintCECPParameters. getDuplicationHint()CECPParameters.DuplicationHintCeCPUserArgumentProcessor.CeCPStartupParams. getDuplicationHint()static CECPParameters.DuplicationHintCECPParameters.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 voidCECPParameters. setDuplicationHint(CECPParameters.DuplicationHint duplicationHint)voidCeCPUserArgumentProcessor.CeCPStartupParams. setDuplicationHint(CECPParameters.DuplicationHint duplicationHint)
-