Modifier and Type | Method and Description |
---|---|
Processor |
Status.getProcessor(int pos)
getProcessor: return the processor in the given position
|
Processor |
Status.getProcessor(java.lang.String name)
getProcessor: return the processor whose name matches the specified
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Processor> |
Status.getProcessorList()
getProcessorList: return the array list with all the processors
|
Modifier and Type | Method and Description |
---|---|
void |
Status.addProcessorList(Processor proc)
addProcessorList: add a processor to the processor list
|
void |
Status.updateProcessorList(Processor proc,
int pos)
updateProcessorList: update the processor in specified position
|
Modifier and Type | Method and Description |
---|---|
void |
Status.setProcessorList(java.util.ArrayList<Processor> ProcessorList)
setProcessorList: set the array list with all the processors
|