Class Process
java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.Process
public class Process extends Object
A process in a list of processes.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description int
getAppId()
String
getApplication()
int
getPhysicalId()
String
getRteName()
String
getRteRegisters()
String
getStart()
String
getState()
int
getVirtualId()
boolean
isRte()
-
Constructor Details
-
Method Details
-
getVirtualId
public int getVirtualId() -
getPhysicalId
public int getPhysicalId() -
getState
-
getApplication
-
getAppId
public int getAppId() -
getStart
-
isRte
public boolean isRte() -
getRteName
-
getRteRegisters
-