Class WhereIs
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.machinemanager.responses.WhereIs
The description of where some resource is on a SpiNNaker system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]Get the board chip.int[]getChip()Get the chip.int[]Get the job_chip.intgetJobId()Get the job id.int[]Get the logical.Get the machine.int[]Get the physical.voidsetBoardChip(int[] boardChip) Sets the board chip.voidsetChip(int[] chip) Sets the chip.voidsetJobChip(int[] jobChip) Sets the job chip.voidsetJobId(int jobId) Sets the job id.voidsetLogical(int[] logical) Sets the logical.voidsetMachine(String machine) Sets the machine.voidsetPhysical(int[] physical) Sets the physical.
-
Constructor Details
-
WhereIs
public WhereIs()
-
-
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
Get the machine.- Returns:
- the machine
-
setMachine
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
-