Class DownLink
java.lang.Object
uk.ac.manchester.spinnaker.alloc.model.DownLink
Describes a link that is disabled.
- Author:
- Donal Fellows
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classDescribes one end of a link that is disabled.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal DownLink.EndOne end of the down link.final DownLink.EndThe other end of the down link.
- 
Constructor SummaryConstructorsConstructorDescriptionDownLink(BoardCoords board1, Direction dir1, BoardCoords board2, Direction dir2) Create a down link description.
- 
Method Summary
- 
Field Details- 
end1One end of the down link.
- 
end2The other end of the down link.
 
- 
- 
Constructor Details- 
DownLinkCreate a down link description.- Parameters:
- board1- Which board is one end of the link.
- dir1- In which direction off of- board1is the link.
- board2- Which board is one end of the link.
- dir2- In which direction off of- board2is the link.
 
 
-