|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResidueMode | |
---|---|
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. |
org.proteinshader.structure.visitor | Holds Visitor classes that know how to traverse the hierarchy of objects held by class Structure. |
org.proteinshader.structure.visitor.enums | Holds enums needed by the Visitor classes. |
Uses of ResidueMode in org.proteinshader.structure |
---|
Methods in org.proteinshader.structure with parameters of type ResidueMode | |
---|---|
void |
Structure.clearBonds(ResidueMode residueMode)
Clears Bonds from the Structure. |
Uses of ResidueMode in org.proteinshader.structure.visitor |
---|
Methods in org.proteinshader.structure.visitor with parameters of type ResidueMode | |
---|---|
void |
Visitor.setMode(ResidueMode residueMode)
Sets the traversal mode with regard to what kind of Residues should be visited: ALL, AMINO_ACIDS, AA_AND_HETEROGENS, AA_AND_WATERS, HETEROGENS, WATERS, HET_AND_WATERS, or NONE. |
Uses of ResidueMode in org.proteinshader.structure.visitor.enums |
---|
Methods in org.proteinshader.structure.visitor.enums that return ResidueMode | |
---|---|
static ResidueMode |
ResidueMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResidueMode[] |
ResidueMode.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |