java.lang.Object
uk.ac.manchester.spinnaker.nmpi.machinemanager.responses.WhereIs

public class WhereIs
extends Object
The description of where some resource is on a SpiNNaker system.
  • Constructor Details

  • Method Details

    • getJobChip

      public int[] getJobChip()
      Get the job_chip.
      Returns:
      the job_chip
    • setJobChip

      public void setJobChip​(int[] jobChip)
      Sets the job chip.
      Parameters:
      jobChip - the job chip to set
    • getJobId

      public int getJobId()
      Get the job id.
      Returns:
      the job id
    • setJobId

      public void setJobId​(int jobId)
      Sets the job id.
      Parameters:
      jobId - the job id to set
    • getChip

      public int[] getChip()
      Get the chip.
      Returns:
      the chip
    • setChip

      public void setChip​(int[] chip)
      Sets the chip.
      Parameters:
      chip - the chip to set
    • getLogical

      public int[] getLogical()
      Get the logical.
      Returns:
      the logical
    • setLogical

      public void setLogical​(int[] logical)
      Sets the logical.
      Parameters:
      logical - the logical to set
    • getMachine

      public String getMachine()
      Get the machine.
      Returns:
      the machine
    • setMachine

      public void setMachine​(String machine)
      Sets the machine.
      Parameters:
      machine - the machine to set
    • getBoardChip

      public int[] getBoardChip()
      Get the board chip.
      Returns:
      the board chip
    • setBoardChip

      public void setBoardChip​(int[] boardChip)
      Sets the board chip.
      Parameters:
      boardChip - the board chip to set
    • getPhysical

      public int[] getPhysical()
      Get the physical.
      Returns:
      the physical
    • setPhysical

      public void setPhysical​(int[] physical)
      Sets the physical.
      Parameters:
      physical - the physical to set