|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--Node
|
+--RunningNode
| Constructor Summary | |
RunningNode()
Default Constructor |
|
RunningNode(int i,
Link link)
Creates new RunningNode |
|
| Method Summary | |
Link |
getLinkAccess()
Provides the access to the link |
java.lang.String |
getNodeDescription()
Provides the general information about node |
int |
getNodeID()
Provides the Node ID |
void |
receivers()
Initializes ReceiveMail simulation |
void |
senders()
Initializes SendMail simulation |
void |
setNodeID(int nodeID)
Sets the Node ID |
| Methods inherited from class Node |
setNodeLink |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RunningNode()
public RunningNode(int i,
Link link)
| Method Detail |
public java.lang.String getNodeDescription()
getNodeDescription in class Nodepublic Link getLinkAccess()
getLinkAccess in class Nodepublic void senders()
public void receivers()
public int getNodeID()
public void setNodeID(int nodeID)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||