public interface WireInterface
Modifier and Type | Method and Description |
---|---|
boolean |
equals(WireInterface w)
Checks equality (based on tile and wire values) between this and another
WireInterface
|
IntentCode |
getIntentCode()
Gets the intent code corresponding to this wire/base wire.
|
SitePin |
getSitePin()
Gets the corresponding site pin (if any) to this wire/base wire.
|
Tile |
getTile()
Gets the tile corresponding to this wire/base wire.
|
default String |
getTileName()
Gets the tile name corresponding to this wire/base wire.
|
int |
getWireIndex()
Gets the wire index corresponding to this wire/base wire.
|
default String |
getWireName()
Gets the wire name corresponding to this wire/base wire.
|
int |
hashCode()
Produces a hash code based on the tile and wire of the object.
|
Tile getTile()
default String getTileName()
int getWireIndex()
default String getWireName()
IntentCode getIntentCode()
SitePin getSitePin()
int hashCode()
hashCode
in class Object
boolean equals(WireInterface w)
w
- The other object to check against for equality.