Class DeadLink.End

java.lang.Object
uk.ac.manchester.spinnaker.alloc.client.DeadLink.End
Enclosing class:
DeadLink

public static final class DeadLink.End extends Object
One end of a dead link.
  • Field Details

    • board

      public final BoardCoords board
      The board at the end of a dead link.
    • direction

      public final Direction direction
      The direction that the dead link goes in.
  • Constructor Details

    • End

      public End(BoardCoords board, Direction direction)
      Parameters:
      board - The board at the end of a dead link.
      direction - The direction that the dead link goes in.