| Package | Description | 
|---|---|
| org.biojava.nbio.structure | 
Interfaces and classes for protein structure (PDB). | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and 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 values | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | ExperimentalTechnique. isCrystallographic(Set<ExperimentalTechnique> techniques)Given a Set of ExperimentalTechniques returns true if at least one is crystallographic | 
| static boolean | ExperimentalTechnique. isNmr(Set<ExperimentalTechnique> techniques)Given a Set of ExperimentalTechniques returns true if at least one is NMR | 
Copyright © 2000–2016 BioJava. All rights reserved.