Class Ladder
- java.lang.Object
-
- org.biojava.nbio.structure.secstruc.Ladder
-
- All Implemented Interfaces:
Serializable
public class Ladder extends Object implements Serializable
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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Ladder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BridgeType
getBtype()
int
getConnectedFrom()
int
getConnectedTo()
int
getFrom()
int
getLfrom()
int
getLto()
int
getTo()
-
-
-
Constructor Detail
-
Ladder
public Ladder()
-
-
Method Detail
-
getFrom
public int getFrom()
-
getTo
public int getTo()
-
getLfrom
public int getLfrom()
-
getLto
public int getLto()
-
getBtype
public BridgeType getBtype()
-
getConnectedTo
public int getConnectedTo()
-
getConnectedFrom
public int getConnectedFrom()
-
-