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

    • end1

      @Valid public final DownLink.End end1
      One end of the down link.
    • end2

      @Valid public final DownLink.End end2
      The other end of the down link.
  • 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.