Class DeadLink.End
java.lang.Object
uk.ac.manchester.spinnaker.alloc.client.DeadLink.End
- Enclosing class:
- DeadLink
One end of a dead link.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BoardCoords
The board at the end of a dead link.final Direction
The direction that the dead link goes in. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
board
The board at the end of a dead link. -
direction
The direction that the dead link goes in.
-
-
Constructor Details
-
End
- Parameters:
board
- The board at the end of a dead link.direction
- The direction that the dead link goes in.
-