| Package | Description | 
|---|---|
| networkconfigurator.item | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConfigRouter
Configurable Router Node. 
 | 
class  | 
Host
Host node. 
 | 
class  | 
Internet
Internet node. 
 | 
class  | 
NonRoutable
NonRoutable devices in the graph that can have IP-Address. 
 | 
class  | 
Routable
Routable devices in the graph that can have IP-Address. 
 | 
class  | 
Router
Router Node. 
 | 
class  | 
Switch
switch Node. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private Device | 
Adapter.owner
the owner of the networkadaper. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Device | 
Adapter.getOwner()
getter for owner. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Adapter.setOwner(Device owner2)
setter for owner. 
 | 
| Constructor and Description | 
|---|
NetworkAdapter(java.awt.Point p,
              Device owner)
Constructor. 
 | 
NetworkAdapter(java.awt.Point p,
              Device owner,
              VariableAssignment name,
              VariableAssignment ipv4Adress)
Constructor. 
 | 
Slot(java.awt.Point p,
    Device owner)
Constructor. 
 | 
Slot(java.awt.Point p,
    Device owner,
    VariableAssignment name)
Constructor with name. 
 |