java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Machine

public class Machine
extends Object
Describes a machine by its name, tags, width and height.
  • Constructor Details

    • Machine

      public Machine​(String name, List<String> tags, int width, int height, List<BoardCoordinates> deadBoards, List<BoardLink> deadLinks)
      Parameters:
      name - The name of the machine.
      tags - The tags on the machine.
      width - The width of the machine.
      height - The height of the machine.
      deadBoards - The dead boards on the machine.
      deadLinks - The dead links on the machine.
  • Method Details