public class PIPWires
extends Object
| Constructor and Description |
|---|
PIPWires(int startWire,
int endWire) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getEndWire() |
int |
getStartWire() |
int |
hashCode() |
void |
setEndWire(int endWire) |
void |
setStartWire(int startWire) |
public int getStartWire()
public void setStartWire(int startWire)
public int getEndWire()
public void setEndWire(int endWire)
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object