public class BetaBridge
extends java.lang.Object
| Constructor | Description |
|---|---|
BetaBridge(int i,
int j,
BridgeType t) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
int |
getPartner1() |
|
int |
getPartner2() |
|
BridgeType |
getType() |
public BetaBridge(int i,
int j,
BridgeType t)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic BridgeType getType()
public int getPartner1()
public int getPartner2()