|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A DeviceInterface
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX
Delft, the Netherlands. All rights reserved.
See for project information
www.simulation.tudelft.nl .
The source code and binary code of this software is proprietary information
of Delft University of Technology.
| Field Summary | |
static nl.tudelft.simulation.event.EventType |
STATE_CHANGE_EVENT
STATE_CHANGE_EVENT |
| Fields inherited from interface nl.tudelft.simulation.event.EventProducerInterface |
FIRST_POSITION, LAST_POSITION |
| Method Summary | |
DeviceType |
getDeviceType()
returns the device type |
java.lang.String |
getName()
returns the name of the device |
DeviceState |
getState()
returns the state of the device |
int |
getTransmissionDelay()
The transmission delay is defined on a log-10 scale, indicating the time it takes averagely in seconds to reach the other Actor. |
double |
getTransmissionFrequency()
The maximum transmission frequency indicates the average number of messages (say 1 page with data) that can be sent per second over the communication channel. |
| Methods inherited from interface nl.tudelft.simulation.event.EventProducerInterface |
addListener, addListener, addListener, addListener, getEventTypes, removeListener |
| Field Detail |
public static final nl.tudelft.simulation.event.EventType STATE_CHANGE_EVENT
| Method Detail |
public java.lang.String getName()
public DeviceType getDeviceType()
public DeviceState getState()
public int getTransmissionDelay()
public double getTransmissionFrequency()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||