| Package | Description |
|---|---|
| networkconfigurator.actions | |
| networkconfigurator.item |
| Modifier and Type | Field and Description |
|---|---|
private Adapter |
ConnectAction.VisitOwnerOfFirstAdapter.adapter1
The adapter.
|
private Adapter |
ConnectAction.VisitOwnerOfSecondAdapterWithListOfTypes.adapter1
the first adapter which owner is an internet node.
|
private Adapter |
ConnectAction.VisitOwnerOfSecondAdapterWithOneType.adapter1
the first adapter which owner is an internet node.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
ConnectAction.createNewConnection(Adapter adapter1,
Adapter adapter2)
creates a new connection between adaper1 and adapter2 if there are not already connected.
|
private void |
ConnectAction.createNewConnectionBetweeenRouterAndInternet(Adapter adapter1,
Adapter adapter2,
ConnectingType type,
java.util.List<ConnectingType> list)
creates a new connection between adaper1 and adapter2 if there are not already connected and
their owner have the same connectingtype.
|
| Constructor and Description |
|---|
VisitOwnerOfFirstAdapter(java.util.List<Item> selected,
Adapter adapter)
The Constructor.
|
VisitOwnerOfSecondAdapterWithListOfTypes(java.util.List<ConnectingType> list1,
Adapter adapter1)
The Constructor of the Visitor.
|
VisitOwnerOfSecondAdapterWithOneType(ConnectingType type1,
Adapter adapter1)
The Constructor of the Visitor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NetworkAdapter
Network Adapter Node.
|
class |
Slot
Slot Node.
|