|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDBHeader | |
---|---|
org.biojava.bio.structure | Interfaces and classes for protein structure (PDB). |
org.biojava.bio.structure.server | classes for easier management of PDB installations |
Uses of PDBHeader in org.biojava.bio.structure |
---|
Methods in org.biojava.bio.structure that return PDBHeader | |
---|---|
PDBHeader |
Structure.getPDBHeader()
return the header information for this PDB file |
PDBHeader |
StructureImpl.getPDBHeader()
|
Methods in org.biojava.bio.structure with parameters of type PDBHeader | |
---|---|
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)
|
Uses of PDBHeader in org.biojava.bio.structure.server |
---|
Methods in org.biojava.bio.structure.server that return PDBHeader | |
---|---|
PDBHeader |
MMCIFFileInstallation.getPDBHeader(java.lang.String pdbId)
|
PDBHeader |
FlatFileInstallation.getPDBHeader(java.lang.String pdbId)
|
PDBHeader |
PDBInstallation.getPDBHeader(java.lang.String pdbId)
get the PDB header for a single protein structure |
Methods in org.biojava.bio.structure.server that return types with arguments of type PDBHeader | |
---|---|
java.util.List<PDBHeader> |
MMCIFFileInstallation.getAll()
|
java.util.List<PDBHeader> |
FlatFileInstallation.getAll()
|
java.util.List<PDBHeader> |
PDBInstallation.getAll()
get all PDBHeaders that pass the added Filters, if no filters have been added returns all available PDBs |
Methods in org.biojava.bio.structure.server with parameters of type PDBHeader | |
---|---|
boolean |
PDBFilter.accept(PDBHeader header)
return true if this PDBHeader is passing this filter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |