Class Ladder
java.lang.Object
org.biojava.nbio.structure.secstruc.Ladder
A Ladder is a set of one or more consecutive bridges of identical type. A
 Bridge is a Ladder of length one.
- Author:
 - Andreas Prlic, Aleix Lafita
 
- 
Constructor Details
- 
Ladder
public Ladder() 
 - 
 - 
Method Details
- 
getFrom
public int getFrom() - 
getTo
public int getTo() - 
getLfrom
public int getLfrom() - 
getLto
public int getLto() - 
getBtype
 - 
getConnectedTo
public int getConnectedTo() - 
getConnectedFrom
public int getConnectedFrom() 
 -