Uses of Enum
org.biojava.nbio.structure.ExperimentalTechnique
Package
Description
Interfaces and classes for protein structure (PDB).
-
Uses of ExperimentalTechnique in org.biojava.nbio.structure
Modifier and TypeMethodDescriptionstatic ExperimentalTechnique
Returns the ExpTechnique given an experimental technique name as used in the PDB, e.g.static ExperimentalTechnique
Returns the enum constant of this type with the specified name.static ExperimentalTechnique[]
ExperimentalTechnique.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionPDBHeader.getExperimentalTechniques()
Return the Set of ExperimentalTechniques, usually the set is of size 1 except for hybrid experimental techniques when the Set will contain 2 or more valuesModifier and TypeMethodDescriptionstatic boolean
ExperimentalTechnique.isCrystallographic
(Set<ExperimentalTechnique> techniques) Given a Set of ExperimentalTechniques returns true if at least one is crystallographicstatic boolean
ExperimentalTechnique.isNmr
(Set<ExperimentalTechnique> techniques) Given a Set of ExperimentalTechniques returns true if at least one is NMR -
Uses of ExperimentalTechnique in org.biojava.nbio.structure.io.mmtf
Modifier and TypeMethodDescriptionstatic String[]
MmtfUtils.techniquesToStringArray
(Set<ExperimentalTechnique> experimentalTechniques) Converts the set of experimental techniques to an array of strings.