|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A SimEventInterface embodies the envolope in the scheduled method invocation information is stored.
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Field Summary | |
static short |
MAX_PRIORITY
MAX_PRIORITY is a constant reflecting the maximum priority |
static short |
MIN_PRIORITY
MIN_PRIORITY is a constant reflecting the minimal priority |
static short |
NORMAL_PRIORITY
NORMAL_PRIORITY is a constant reflecting the normal priority |
| Method Summary | |
void |
execute()
executes the simEvent. |
double |
getAbsoluteExecutionTime()
|
long |
getID()
sets the id of an event. |
short |
getPriority()
|
void |
setID(long id)
sets the id of an event. |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Field Detail |
public static final short MAX_PRIORITY
public static final short NORMAL_PRIORITY
public static final short MIN_PRIORITY
| Method Detail |
public void execute()
throws SimRuntimeException
SimRuntimeException - on execution failurepublic double getAbsoluteExecutionTime()
public short getPriority()
public long getID()
public void setID(long id)
id - the id
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||