Uses of Enum
org.biojava.nbio.structure.align.ce.CeParameters.ScoringStrategy
Packages that use 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
Fields in org.biojava.nbio.structure.align.ce declared as CeParameters.ScoringStrategyModifier and TypeFieldDescriptionstatic CeParameters.ScoringStrategyCeParameters.ScoringStrategy.DEFAULT_SCORING_STRATEGYprotected CeParameters.ScoringStrategyCeParameters.scoringStrategyprotected CeParameters.ScoringStrategyCeUserArgumentProcessor.CeStartupParams.scoringStrategyMethods in org.biojava.nbio.structure.align.ce that return CeParameters.ScoringStrategyModifier and TypeMethodDescriptionCeParameters.getScoringStrategy()CeUserArgumentProcessor.CeStartupParams.getScoringStrategy()static CeParameters.ScoringStrategyReturns 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.Methods in org.biojava.nbio.structure.align.ce with parameters of type CeParameters.ScoringStrategyModifier and TypeMethodDescriptionvoidCeParameters.setScoringStrategy(CeParameters.ScoringStrategy scoringStrategy) Set the scoring strategy to use. 0 is default CE scoring scheme. 1 uses Side chain orientation.voidCeUserArgumentProcessor.CeStartupParams.setScoringStrategy(CeParameters.ScoringStrategy scoringStrategy)