public class Node extends Object
Constructor and Description |
---|
Node(int nodeID,
String ip,
String label) |
Modifier and Type | Method and Description |
---|---|
String |
getIPAddress() |
String |
getLabel() |
int |
getNodeID() |
void |
setIPAddress(String ip) |
void |
setLabel(String label) |
void |
setNodeID(int nodeID) |
Copyright © 2021. All rights reserved.