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.int
getJobId()
Get the job id.int[]
Get the logical.Get the machine.int[]
Get the physical.void
setBoardChip
(int[] boardChip) Sets the board chip.void
setChip
(int[] chip) Sets the chip.void
setJobChip
(int[] jobChip) Sets the job chip.void
setJobId
(int jobId) Sets the job id.void
setLogical
(int[] logical) Sets the logical.void
setMachine
(String machine) Sets the machine.void
setPhysical
(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
-