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
  • Field Details

  • Constructor Details

    • DownLink

      public DownLink​(BoardCoords board1, Direction dir1, BoardCoords board2, Direction dir2)
      Create a down link description.
      Parameters:
      board1 - Which board is one end of the link.
      dir1 - In which direction off of board1 is the link.
      board2 - Which board is one end of the link.
      dir2 - In which direction off of board2 is the link.