Uses of Enum Class
org.episteme.natural.biology.ProteinFolding.Structure
Packages that use ProteinFolding.Structure
-
Uses of ProteinFolding.Structure in org.episteme.natural.biology
Subclasses with type arguments of type ProteinFolding.Structure in org.episteme.natural.biologyMethods in org.episteme.natural.biology that return ProteinFolding.StructureModifier and TypeMethodDescriptionstatic ProteinFolding.StructureProteinFolding.Residue.predicted()Returns the value of thepredictedrecord component.static ProteinFolding.StructureReturns the enum constant of this class with the specified name.static ProteinFolding.Structure[]ProteinFolding.Structure.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.natural.biology with parameters of type ProteinFolding.StructureModifierConstructorDescriptionResidue(String symbol, double[] position, ProteinFolding.Structure predicted) Creates an instance of aResiduerecord class.