|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Record | |
---|---|
org.proteinshader.structure | Holds the classes that store information from a Protein Data Bank file: Structure, Model, Chain, AminoAcid, Heterogen, Water, Atom, Bond, Helix, BetaStrand, Loop, etc. |
Uses of Record in org.proteinshader.structure |
---|
Methods in org.proteinshader.structure that return Record | |
---|---|
Record |
Category.addNewRecord(String recordName)
Creates a Record, adds it to a hash, and returns the new Record. |
Record |
Category.getRecord(String recordName)
Retrieves a Record by its name. |
Record |
Description.getRecord(String categoryName,
String recordName)
Retrieves a Record by its Category name and Record name. |
Methods in org.proteinshader.structure that return types with arguments of type Record | |
---|---|
Iterator<Record> |
Category.iteratorRecords()
Returns an Iterator for the Records held by this Category object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |