Uses of Enum
org.biojava.nbio.structure.ExperimentalTechnique
Packages that use ExperimentalTechnique
Package
Description
Interfaces and classes for protein structure (PDB).
-
Uses of ExperimentalTechnique in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return ExperimentalTechniqueModifier 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.Methods in org.biojava.nbio.structure that return types with arguments of type ExperimentalTechniqueModifier 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 valuesMethod parameters in org.biojava.nbio.structure with type arguments of type ExperimentalTechniqueModifier 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
Method parameters in org.biojava.nbio.structure.io.mmtf with type arguments of type ExperimentalTechniqueModifier and TypeMethodDescriptionstatic String[]
MmtfUtils.techniquesToStringArray
(Set<ExperimentalTechnique> experimentalTechniques) Converts the set of experimental techniques to an array of strings.