Uses of Class
org.lucci.madhoc.network.net.NetworkInterface

Packages that use NetworkInterface
org.lucci.madhoc.network   
org.lucci.madhoc.network.net   
 

Uses of NetworkInterface in org.lucci.madhoc.network
 

Methods in org.lucci.madhoc.network that return NetworkInterface
 NetworkInterface Connection.getNetworkInterface1()
           
 NetworkInterface Connection.getNetworkInterface2()
           
 NetworkInterface Connection.getSibbling(NetworkInterface d)
           
 

Methods in org.lucci.madhoc.network with parameters of type NetworkInterface
 Connection Network.addConnection(NetworkInterface ni1, NetworkInterface ni2)
           
 NetworkInterface Connection.getSibbling(NetworkInterface d)
           
 

Constructors in org.lucci.madhoc.network with parameters of type NetworkInterface
Connection(NetworkInterface d1, NetworkInterface d2)
           
 

Uses of NetworkInterface in org.lucci.madhoc.network.net
 

Methods in org.lucci.madhoc.network.net that return NetworkInterface
 NetworkInterface NetworkingUnit.getNetworkInterface(NetworkingTechnology networkType)
           
 

Methods in org.lucci.madhoc.network.net that return types with arguments of type NetworkInterface
 java.util.Collection<NetworkInterface> NetworkInterface.getNeighborhood()
           
 java.util.Collection<NetworkInterface> NetworkingUnit.getNetworkInterfaces()
           
 

Methods in org.lucci.madhoc.network.net with parameters of type NetworkInterface
 boolean NetworkInterface.canSyncTo(NetworkInterface surroundingNetworkAdapter)