Class BetaBridge
- java.lang.Object
-
- org.biojava.nbio.structure.secstruc.BetaBridge
-
public class BetaBridge extends java.lang.ObjectContainer 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
-
-
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 booleanequals(java.lang.Object o)intgetPartner1()intgetPartner2()BridgeTypegetType()
-
-
-
Constructor Detail
-
BetaBridge
public BetaBridge(int i, int j, BridgeType t)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
getType
public BridgeType getType()
-
getPartner1
public int getPartner1()
-
getPartner2
public int getPartner2()
-
-