Class DownLink.End
java.lang.Object
uk.ac.manchester.spinnaker.alloc.model.DownLink.End
- Enclosing class:
- DownLink
Describes one end of a link that is disabled.
- Author:
- Donal Fellows
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Valid BoardCoords
On what board is this end of the link.final @NotNull Direction
In which direction does this end of the link go? -
Method Summary
-
Field Details
-
board
On what board is this end of the link. -
direction
In which direction does this end of the link go?
-