Interface IResourceTableManager
-
- All Known Implementing Classes:
ResourceTableManager
public interface IResourceTableManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractActiveResource
getLastResource(ISchedulableProcess process)
void
notifyTerminated(ISchedulableProcess simProcess)
void
setLastResource(ISchedulableProcess process, AbstractActiveResource resource)
void
waitForProcesses()
-
-
-
Method Detail
-
getLastResource
AbstractActiveResource getLastResource(ISchedulableProcess process)
-
setLastResource
void setLastResource(ISchedulableProcess process, AbstractActiveResource resource)
-
notifyTerminated
void notifyTerminated(ISchedulableProcess simProcess)
-
waitForProcesses
void waitForProcesses()
-
-