public static class NetworkOrganizer.VirtualTree
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Character,NetworkOrganizer.VirtualNode> |
nodes |
Constructor and Description |
---|
VirtualTree() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHottestNetwork() |
java.lang.String |
getHottestNetworkA() |
java.lang.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(java.lang.String string)
PLEASE NOTE: This method expects binary octets inside the string argument
|
protected java.util.Map<java.lang.Character,NetworkOrganizer.VirtualNode> nodes
public void map(@NonNull java.lang.String string)
string
- public int getUniqueBranches()
public int getTotalBranches()
public java.lang.String getHottestNetwork()
protected NetworkOrganizer.VirtualNode getHottestNode()
public java.lang.String getHottestNetworkA()
public java.lang.String getHottestNetworkAB()