Class BetaBridge

  • All Implemented Interfaces:
    java.io.Serializable

    public class BetaBridge
    extends java.lang.Object
    implements java.io.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 Detail

      • BetaBridge

        public BetaBridge​(int i,
                          int j,
                          BridgeType t)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • getPartner1

        public int getPartner1()
      • getPartner2

        public int getPartner2()