Class DownLink
java.lang.Object
uk.ac.manchester.spinnaker.alloc.model.DownLink
@Immutable public final class DownLink extends Object
Describes a link that is disabled.
- Author:
- Donal Fellows
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DownLink.End
Describes one end of a link that is disabled. -
Field Summary
Fields Modifier and Type Field Description DownLink.End
end1
One end of the down link.DownLink.End
end2
The other end of the down link. -
Constructor Summary
Constructors Constructor Description DownLink(BoardCoords board1, Direction dir1, BoardCoords board2, Direction dir2)
Create a down link description. -
Method Summary
-
Field Details
-
Constructor Details
-
DownLink
Create a down link description.- Parameters:
board1
- Which board is one end of the link.dir1
- In which direction off ofboard1
is the link.board2
- Which board is one end of the link.dir2
- In which direction off ofboard2
is the link.
-