|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Image
An Image represents the executable image for a task.
Constructor Summary | |
Image(java.lang.String nm,
int ros,
int rws,
int t)
new Image(nm, ros, rws, t) returns a new image for a program named nm. |
Method Summary | |
java.lang.String |
getDescription()
im.getDescription() returns a description of im. |
int |
getExecutionTime()
im.getExecutionTime() returns the CPU time needed to execute im. |
int |
getROBase()
im.getROBase() returns the base address of the read-only segment of memory for im. |
int |
getROSize()
im.getROSize() returns the size of the read-only segment of memory for im. |
int |
getRWBase()
im.getRWBase() returns the base address of the read-write segment of memory for im. |
int |
getRWSize()
im.getRWSize() returns the size of the read-write segment of memory for im. |
int |
getTotalSize()
im.getTotalSize() returns the total memory size of im. |
java.lang.String |
toString()
im.toString() returns the class name and image name of im as a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Image(java.lang.String nm, int ros, int rws, int t)
Method Detail |
public int getROSize()
public int getRWSize()
public int getTotalSize()
public int getROBase()
public int getRWBase()
public int getExecutionTime()
public java.lang.String getDescription()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |