NS3-GUI-HELPER V1.2.0
A code generator for NS-3 Scripts
|
Public Member Functions | |
Dialog_Connection () | |
Dialog_Connection (int a, int b, ArrayList< NetworkLink > l, ArrayList< Network > n) | |
void | addDialogLink (Dialog_Link dialogLink) |
void | addDialogLink (Dialog_WiFiLink dialogLink) |
void | showDialog (ArrayList< NetworkLink > l, ArrayList< Network > n, ArrayList< Integer > nodes, ToolStatus selectedTool) |
Static Public Member Functions | |
static Dialog_Connection | getInstance () |
Public Attributes | |
int | nodeA |
int | nodeB |
ArrayList< Integer > | nodes |
ArrayList< NetworkLink > | links |
ArrayList< Network > | networks |
ArrayList< Device > | devices |
ArrayList< Device > | devices_csma |
to configure the connections
Definition at line 22 of file Dialog_Connection.java.
Dialogs.Dialog_Connection.Dialog_Connection | ( | ) |
to create the object of type Dialog_Connection
Definition at line 104 of file Dialog_Connection.java.
Dialogs.Dialog_Connection.Dialog_Connection | ( | int | a, |
int | b, | ||
ArrayList< NetworkLink > | l, | ||
ArrayList< Network > | n ) |
to create the object of type this class
a | index of first node |
b | index of second mode |
l | list of links settings |
n | list of network settings |
Definition at line 118 of file Dialog_Connection.java.
void Dialogs.Dialog_Connection.addDialogLink | ( | Dialog_Link | dialogLink | ) |
to add dialog for link configuration
dialogLink | the Dialog_Link's object |
Definition at line 216 of file Dialog_Connection.java.
void Dialogs.Dialog_Connection.addDialogLink | ( | Dialog_WiFiLink | dialogLink | ) |
to add dialog for link configuration
dialogLink | the Dialog_WifiLink's object |
Definition at line 226 of file Dialog_Connection.java.
|
static |
to get the instance of this class
Definition at line 89 of file Dialog_Connection.java.
void Dialogs.Dialog_Connection.showDialog | ( | ArrayList< NetworkLink > | l, |
ArrayList< Network > | n, | ||
ArrayList< Integer > | nodes, | ||
ToolStatus | selectedTool ) |
it will show or hide the dialog
l | list of links |
n | list of network settings |
nodes | list of nodes |
selectedTool | the selected tool |
Definition at line 280 of file Dialog_Connection.java.
ArrayList<Device> Dialogs.Dialog_Connection.devices |
list of devices
Definition at line 52 of file Dialog_Connection.java.
ArrayList<Device> Dialogs.Dialog_Connection.devices_csma |
list of devices containing CSMA devices
Definition at line 56 of file Dialog_Connection.java.
ArrayList<NetworkLink> Dialogs.Dialog_Connection.links |
list of link settings
Definition at line 44 of file Dialog_Connection.java.
ArrayList<Network> Dialogs.Dialog_Connection.networks |
list of network settings
Definition at line 48 of file Dialog_Connection.java.
int Dialogs.Dialog_Connection.nodeA |
the index of first two nodes
Definition at line 36 of file Dialog_Connection.java.
int Dialogs.Dialog_Connection.nodeB |
Definition at line 36 of file Dialog_Connection.java.
ArrayList<Integer> Dialogs.Dialog_Connection.nodes |
list of nodes in connection
Definition at line 40 of file Dialog_Connection.java.