|
IRON 1.0
|


Public Member Functions | |
| RuntimeEndpoint | __init__ (self, PlacementTile placement) |
| bool | __eq__ (self, object other) |
| str | __str__ (self) |
Public Member Functions inherited from iron.placeable.Placeable | |
| None | place (self, Tile tile) |
| PlacementTile|None | tile (self) |
Public Attributes | |
| tile | |
Additional Inherited Members | |
Protected Attributes inherited from iron.placeable.Placeable | |
| _tile | |
The Endpoint of an ObjectFifo that is produced or consumed by the Runtime. The placement of this Endpoint should be a Shim Tile.
| RuntimeEndpoint iron.runtime.endpoint.RuntimeEndpoint.__init__ | ( | self, | |
| PlacementTile | tile | ||
| ) |
Initialize a Placeable object.
Args:
tile (PlacementTile): A placeable object has a tile. This may be None during construction.
Reimplemented from iron.placeable.Placeable.
| bool iron.runtime.endpoint.RuntimeEndpoint.__eq__ | ( | self, | |
| object | other | ||
| ) |
| str iron.runtime.endpoint.RuntimeEndpoint.__str__ | ( | self | ) |
| iron.runtime.endpoint.RuntimeEndpoint.tile |