Uses of Enum
org.biojava.nbio.structure.symmetry.core.Stoichiometry.StringOverflowStrategy
Packages that use Stoichiometry.StringOverflowStrategy
-
Uses of Stoichiometry.StringOverflowStrategy in org.biojava.nbio.structure.symmetry.core
Methods in org.biojava.nbio.structure.symmetry.core that return Stoichiometry.StringOverflowStrategyModifier 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.Methods in org.biojava.nbio.structure.symmetry.core with parameters of type Stoichiometry.StringOverflowStrategyModifier 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.Constructors in org.biojava.nbio.structure.symmetry.core with parameters of type Stoichiometry.StringOverflowStrategyModifierConstructorDescriptionStoichiometry
(List<SubunitCluster> clusters, Stoichiometry.StringOverflowStrategy strategy) Constructor for Stoichiometry.Stoichiometry
(List<SubunitCluster> clusters, Stoichiometry.StringOverflowStrategy strategy, boolean resetAlphas) Constructor for Stoichiometry.