Uses of Class
org.proteinshader.structure.visitor.enums.AAPortionMode

Packages that use AAPortionMode
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 AAPortionMode in org.proteinshader.structure.visitor
 

Methods in org.proteinshader.structure.visitor with parameters of type AAPortionMode
 void Visitor.setMode(AAPortionMode aaPortionMode)
          Sets the traversal mode with regard to what portion of each AminoAcid should be visited: ENTIRE_AA, BACKBONE, SIDE_CHAIN, N, CA, C, O, or OXT.
 

Uses of AAPortionMode in org.proteinshader.structure.visitor.enums
 

Methods in org.proteinshader.structure.visitor.enums that return AAPortionMode
static AAPortionMode AAPortionMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AAPortionMode AAPortionMode.valueOfMenuName(String menuName)
          Returns the AAPortionMode with the same menu name as the String given as an argument.
static AAPortionMode[] AAPortionMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2007-2008