public static class NetworkOrganizer.VirtualTree extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<Character,NetworkOrganizer.VirtualNode> |
nodes |
| Constructor and Description |
|---|
VirtualTree() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHottestNetwork() |
String |
getHottestNetworkA() |
String |
getHottestNetworkAB()
This method returns FULL A octet + B octet UP TO FIRST SIGNIFICANT BIT
|
protected NetworkOrganizer.VirtualNode |
getHottestNode() |
int |
getTotalBranches() |
int |
getUniqueBranches() |
void |
map(String string)
PLEASE NOTE: This method expects binary octets inside the string argument
|
protected Map<Character,NetworkOrganizer.VirtualNode> nodes
public void map(@NonNull
String string)
string - public int getUniqueBranches()
public int getTotalBranches()
public String getHottestNetwork()
protected NetworkOrganizer.VirtualNode getHottestNode()
public String getHottestNetworkA()
public String getHottestNetworkAB()
Copyright © 2017. All rights reserved.