Package | Description |
---|---|
org.biojava.nbio.structure.align.ce |
Classes related to the implementation of the CE alignment algorithm, here called jCE.
|
Modifier and Type | Field and Description |
---|---|
static CeParameters.ScoringStrategy |
CeParameters.ScoringStrategy.DEFAULT_SCORING_STRATEGY |
protected CeParameters.ScoringStrategy |
CeParameters.scoringStrategy |
protected CeParameters.ScoringStrategy |
CeUserArgumentProcessor.CeStartupParams.scoringStrategy |
Modifier and Type | Method and Description |
---|---|
CeParameters.ScoringStrategy |
CeParameters.getScoringStrategy() |
CeParameters.ScoringStrategy |
CeUserArgumentProcessor.CeStartupParams.getScoringStrategy() |
static CeParameters.ScoringStrategy |
CeParameters.ScoringStrategy.valueOf(String name)
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 Type | Method and Description |
---|---|
void |
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) |
Copyright © 2000–2019 BioJava. All rights reserved.