ProGAL.proteins.beltaStructure.bnb
Class SheetStructure

java.lang.Object
  extended by ProGAL.proteins.beltaStructure.bnb.SheetStructure
All Implemented Interfaces:
Branchable

public class SheetStructure
extends java.lang.Object
implements Branchable


Constructor Summary
SheetStructure(int structures, SheetTopology st, AminoAcidChain chain)
           
 
Method Summary
 java.util.List<java.lang.Integer> definedResidues()
           
 int getStructures()
           
static void main(java.lang.String[] args)
           
 void setStructure(int s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SheetStructure

public SheetStructure(int structures,
                      SheetTopology st,
                      AminoAcidChain chain)
Method Detail

main

public static void main(java.lang.String[] args)

definedResidues

public java.util.List<java.lang.Integer> definedResidues()
Specified by:
definedResidues in interface Branchable

setStructure

public void setStructure(int s)
Specified by:
setStructure in interface Branchable

getStructures

public int getStructures()
Specified by:
getStructures in interface Branchable