Package | Description |
---|---|
org.biojava.bio.structure |
Interfaces and classes for protein structure (PDB).
|
org.biojava.bio.structure.server |
classes for easier management of PDB installations
|
Modifier and Type | Method and Description |
---|---|
PDBHeader |
Structure.getPDBHeader()
return the header information for this PDB file
|
PDBHeader |
StructureImpl.getPDBHeader() |
Modifier and Type | Method and Description |
---|---|
boolean |
PDBHeader.equals(PDBHeader other)
Compare two PDBHeader objects
|
void |
Structure.setPDBHeader(PDBHeader header)
the the header information for this PDB file
|
void |
StructureImpl.setPDBHeader(PDBHeader pdbHeader) |
Modifier and Type | Method and Description |
---|---|
PDBHeader |
FlatFileInstallation.getPDBHeader(String pdbId) |
PDBHeader |
MMCIFFileInstallation.getPDBHeader(String pdbId) |
PDBHeader |
PDBInstallation.getPDBHeader(String pdbId)
get the PDB header for a single protein structure
|
Modifier and Type | Method and Description |
---|---|
List<PDBHeader> |
FlatFileInstallation.getAll() |
List<PDBHeader> |
MMCIFFileInstallation.getAll() |
List<PDBHeader> |
PDBInstallation.getAll()
get all PDBHeaders that pass the added Filters, if no filters have been added returns all available PDBs
|
Modifier and Type | Method and Description |
---|---|
boolean |
PDBFilter.accept(PDBHeader header)
return true if this PDBHeader is passing this filter.
|