Uses of Enum
org.biojava.nbio.structure.symmetry.core.Stoichiometry.StringOverflowStrategy
-
Uses of Stoichiometry.StringOverflowStrategy in org.biojava.nbio.structure.symmetry.core
Modifier and TypeMethodDescriptionStoichiometry.getStrategy()
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 TypeMethodDescriptionvoid
Stoichiometry.setStrategy
(Stoichiometry.StringOverflowStrategy strategy) Change string representation of a stoichiometry in case number of clusters exceeds number of letters in the alphabet.ModifierConstructorDescriptionStoichiometry
(List<SubunitCluster> clusters, Stoichiometry.StringOverflowStrategy strategy) Constructor for Stoichiometry.Stoichiometry
(List<SubunitCluster> clusters, Stoichiometry.StringOverflowStrategy strategy, boolean resetAlphas) Constructor for Stoichiometry.