ProGAL.proteins.belta
Class SheetTopology.StrandPair

java.lang.Object
  extended by ProGAL.proteins.belta.SheetTopology.StrandPair
Enclosing class:
SheetTopology

public static class SheetTopology.StrandPair
extends java.lang.Object

A pair of strands specified by two strand-indices (i.e. indices in the secondaryStructure.getStrands()-array).


Field Summary
 boolean parallel
           
 int strand1
           
 int strand2
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

strand1

public int strand1

strand2

public int strand2

parallel

public final boolean parallel