Uses of Class
org.biojava.nbio.ronn.RonnConstraint.Threshold
-
Packages that use RonnConstraint.Threshold Package Description org.biojava.nbio.ronn BioJava provide a module biojava-protein-disorder for prediction disordered regions from a protein sequence. -
-
Uses of RonnConstraint.Threshold in org.biojava.nbio.ronn
Methods in org.biojava.nbio.ronn that return RonnConstraint.Threshold Modifier and Type Method Description static RonnConstraint.Threshold
RonnConstraint.Threshold. valueOf(String name)
Returns the enum constant of this type with the specified name.static RonnConstraint.Threshold[]
RonnConstraint.Threshold. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-