| Package | Description |
|---|---|
| org.biojava.nbio.structure.symmetry.core |
| Modifier and Type | Method and Description |
|---|---|
Stoichiometry.StringOverflowStrategy |
Stoichiometry.getStrategy() |
static Stoichiometry.StringOverflowStrategy |
Stoichiometry.StringOverflowStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stoichiometry.StringOverflowStrategy[] |
Stoichiometry.StringOverflowStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stoichiometry.setStrategy(Stoichiometry.StringOverflowStrategy strategy)
Change string representation of a stoichiometry in case number of clusters exceeds number of letters in the alphabet.
|
| Constructor and Description |
|---|
Stoichiometry(List<SubunitCluster> clusters,
Stoichiometry.StringOverflowStrategy strategy)
Constructor for Stoichiometry.
|
Stoichiometry(List<SubunitCluster> clusters,
Stoichiometry.StringOverflowStrategy strategy,
boolean resetAlphas)
Constructor for Stoichiometry.
|
Copyright © 2000–2019 BioJava. All rights reserved.