|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElementDoesNotExistException | |
---|---|
pamvotis.core |
Uses of ElementDoesNotExistException in pamvotis.core |
---|
Methods in pamvotis.core that throw ElementDoesNotExistException | |
---|---|
boolean |
Simulator.appendNewSource(int node,
Source newSource)
Appends a new source to a specific node |
float |
Simulator.getDelay(int node)
Get the total delay of a node for the last simulation interval. |
float |
Simulator.getJitter(int node)
Get the jitter of a node for the last simulation interval. |
float |
Simulator.getMDelay(int node)
Get the media access delay of a node for the last simulation interval. |
MobileNode |
Simulator.getNode(int nodeId)
Finds a node whose Id is 'nodeId', or null if the node with the specified ID does not exist. |
float |
Simulator.getQDelay(int node)
Get the queuing delay of a node for the last simulation interval. |
float |
Simulator.getQLength(int node)
Get the average packet buffer length of a node for the last simulation interval. |
float |
Simulator.getRatts(int node)
Get the average number of retransmission attempts of a node for the last simulation interval. |
Source |
SourceManager.getSource(int id)
Finds a node's active source whose ID is 'id'. |
Source |
MobileNode.getSource(int sourceId)
Returns a source identified by its Id. |
float |
Simulator.getThrBps(int node)
Get the throughput of a node for the last simulation interval. |
float |
Simulator.getThrPkts(int node)
Get the throughput of a node for the last simulation interval. |
float |
Simulator.getUtil(int node)
Get the utilization of a node for the last simulation interval. |
boolean |
Simulator.removeAllSources(int node)
Removes all sources from the specified node. |
boolean |
Simulator.removeNode(int nodeId)
Removes a node with a specific ID |
boolean |
SourceManager.removeSource(int sourceId)
Removes a source with the given session id. |
void |
MobileNode.removeSource(int sourceId)
Removes a source from the source manager |
void |
Simulator.removeSource(int node,
int sourceId)
Removes a source from a given node |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |