ProGAL.proteins.beltaStructure.sheetLoop
Class SheetLoopStructure

java.lang.Object
  extended by ProGAL.proteins.structure.AminoAcidChain
      extended by ProGAL.proteins.beltaStructure.sheetLoop.SheetLoopStructure
All Implemented Interfaces:
PartialStructure

public class SheetLoopStructure
extends AminoAcidChain
implements PartialStructure


Field Summary
 BetaTopology betaTopology
           
 PrimaryStructure primaryStructure
           
 SecondaryStructure secondaryStructure
           
 
Constructor Summary
SheetLoopStructure(BetaTopology bTop)
           
 
Method Summary
 void updateAtoms(AminoAcidChain chain)
           
 
Methods inherited from class ProGAL.proteins.structure.AminoAcidChain
aminoAcid, aminoAcids, atom, atom, atoms, covalentBonds
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

primaryStructure

public final PrimaryStructure primaryStructure

secondaryStructure

public final SecondaryStructure secondaryStructure

betaTopology

public final BetaTopology betaTopology
Constructor Detail

SheetLoopStructure

public SheetLoopStructure(BetaTopology bTop)
Method Detail

updateAtoms

public void updateAtoms(AminoAcidChain chain)
Specified by:
updateAtoms in interface PartialStructure