public class BetaBridge extends Object implements Serializable
Constructor and Description |
---|
BetaBridge(int i,
int j,
BridgeType t) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getPartner1() |
int |
getPartner2() |
BridgeType |
getType() |
int |
hashCode() |
public BetaBridge(int i, int j, BridgeType t)
public BridgeType getType()
public int getPartner1()
public int getPartner2()
Copyright © 2000–2019 BioJava. All rights reserved.