|
From: Hendrik B. <bi...@em...> - 2005-07-04 09:50:35
|
Hi all, I'd like to use different queue policies like shortest processing time, earliest due date, etc. As these policies are based on the notion of time, I guessed I would need a double value for the priority. Currently, priority is an int value. I tried to extend the class Resource, but this led to trouble with the internal workings of the framework - it produced a class cast exception. Any ideas how to solve this? Thanks, Hendrik Bilges |