Uses of Interface
org.biojava.bio.structure.Group

Packages that use Group
org.biojava.bio.structure Interfaces and classes for molecular structure. 
 

Uses of Group in org.biojava.bio.structure
 

Classes in org.biojava.bio.structure that implement Group
 class AminoAcid
          AminoAcid inherits most from Hetatom.
 class Hetatom
          Generic Implementation of a Group interface.
 class Nucleotide
          A nucleotide group is almost the same as a Hetatm group.
 

Methods in org.biojava.bio.structure that return Group
 Group ChainImpl.getGroup(int position)
          return the amino acid at position
 Group Chain.getGroup(int position)
          return the amino acid at position X
 

Methods in org.biojava.bio.structure with parameters of type Group
 void ChainImpl.addGroup(Group group)
           
 void Chain.addGroup(Group group)
          add a group to this chain
 

Constructors in org.biojava.bio.structure with parameters of type Group
AtomIterator(Group g)