Class BetaBridge
- java.lang.Object
-
- org.biojava.nbio.structure.secstruc.BetaBridge
-
- All Implemented Interfaces:
Serializable
public class BetaBridge extends Object implements Serializable
Container that represents a beta Bridge between two residues. It contains the two partner indices and the type of the bridge. For consistency, partner1 is always the small index.- Author:
- Aleix Lafita
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BetaBridge(int i, int j, BridgeType t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getPartner1()
int
getPartner2()
BridgeType
getType()
int
hashCode()
-
-
-
Constructor Detail
-
BetaBridge
public BetaBridge(int i, int j, BridgeType t)
-
-
Method Detail
-
getType
public BridgeType getType()
-
getPartner1
public int getPartner1()
-
getPartner2
public int getPartner2()
-
-