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