Uses of Class
org.biojava.nbio.structure.ExperimentalTechnique
-
Packages that use ExperimentalTechnique Package Description org.biojava.nbio.structure org.biojava.nbio.structure.io.mmtf -
-
Uses of ExperimentalTechnique in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return ExperimentalTechnique Modifier and Type Method Description static ExperimentalTechnique
ExperimentalTechnique. getByName(String expTechniqueName)
Returns the ExpTechnique given an experimental technique name as used in the PDB, e.g.static ExperimentalTechnique
ExperimentalTechnique. valueOf(String name)
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 ExperimentalTechnique Modifier and Type Method Description Set<ExperimentalTechnique>
PDBHeader. 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 ExperimentalTechnique Modifier and Type Method Description static 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 ExperimentalTechnique Modifier and Type Method Description static String[]
MmtfUtils. techniquesToStringArray(Set<ExperimentalTechnique> experimentalTechniques)
Converts the set of experimental techniques to an array of strings.
-