Uses of Enum
org.biojava.nbio.structure.align.ce.CeParameters.ScoringStrategy
Package
Description
Classes related to the implementation of the CE alignment algorithm, here called jCE.
-
Uses of CeParameters.ScoringStrategy in org.biojava.nbio.structure.align.ce
Modifier and TypeFieldDescriptionstatic CeParameters.ScoringStrategy
CeParameters.ScoringStrategy.DEFAULT_SCORING_STRATEGY
protected CeParameters.ScoringStrategy
CeParameters.scoringStrategy
protected CeParameters.ScoringStrategy
CeUserArgumentProcessor.CeStartupParams.scoringStrategy
Modifier and TypeMethodDescriptionCeParameters.getScoringStrategy()
CeUserArgumentProcessor.CeStartupParams.getScoringStrategy()
static CeParameters.ScoringStrategy
Returns the enum constant of this type with the specified name.static CeParameters.ScoringStrategy[]
CeParameters.ScoringStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CeParameters.setScoringStrategy
(CeParameters.ScoringStrategy scoringStrategy) Set the scoring strategy to use. 0 is default CE scoring scheme. 1 uses Side chain orientation.void
CeUserArgumentProcessor.CeStartupParams.setScoringStrategy
(CeParameters.ScoringStrategy scoringStrategy)