public class PathPort
extends Object
Path
.Constructor and Description |
---|
PathPort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
HardMacro |
getBlock() |
int |
getColumnOffset() |
Tile |
getMovedTile() |
Tile |
getPortTile() |
int |
getRowOffset() |
SitePinInst |
getSitePinInst() |
int |
hashCode() |
void |
setBlock(HardMacro block) |
void |
setColumnOffset(int columnOffset) |
void |
setRowOffset(int rowOffset) |
void |
setSitePinInst(SitePinInst sitePinInst) |
public Tile getPortTile()
public Tile getMovedTile()
public SitePinInst getSitePinInst()
public void setSitePinInst(SitePinInst sitePinInst)
sitePinInst
- the pin to setpublic HardMacro getBlock()
public void setBlock(HardMacro block)
block
- the block to setpublic int getRowOffset()
public void setRowOffset(int rowOffset)
rowOffset
- the rowOffset to setpublic int getColumnOffset()
public void setColumnOffset(int columnOffset)
columnOffset
- the columnOffset to setpublic int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object