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

Packages that use NetworkingTechnology
org.lucci.madhoc.network   
org.lucci.madhoc.network.net   
org.lucci.madhoc.network.util   
org.lucci.madhoc.simulation.projection   
 

Uses of NetworkingTechnology in org.lucci.madhoc.network
 

Fields in org.lucci.madhoc.network with type parameters of type NetworkingTechnology
 java.util.Map<java.lang.String,NetworkingTechnology> Network.networkTypes
           
 

Methods in org.lucci.madhoc.network that return NetworkingTechnology
 NetworkingTechnology Connection.getNetworkType()
           
 

Methods in org.lucci.madhoc.network that return types with arguments of type NetworkingTechnology
 java.util.Map<java.lang.String,NetworkingTechnology> Network.getNetworkTypes()
           
 

Methods in org.lucci.madhoc.network with parameters of type NetworkingTechnology
 java.util.Collection<Connection> Network.findConnections(NetworkingTechnology type)
           
 

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

Fields in org.lucci.madhoc.network.net declared as NetworkingTechnology
 NetworkingTechnology NetworkInterface.networkType
           
 

Methods in org.lucci.madhoc.network.net that return NetworkingTechnology
 NetworkingTechnology NetworkInterface.getNetworkingTechnology()
           
 

Methods in org.lucci.madhoc.network.net with parameters of type NetworkingTechnology
 NetworkInterface NetworkingUnit.getNetworkInterface(NetworkingTechnology networkType)
           
 boolean NetworkingTechnology.isCompliantWith(NetworkingTechnology otherType)
           
 boolean NetworkingTechnology.isInterferesWith(NetworkingTechnology otherType)
           
 void NetworkInterface.setNetworkingTechnology(NetworkingTechnology networkType)
           
 

Uses of NetworkingTechnology in org.lucci.madhoc.network.util
 

Methods in org.lucci.madhoc.network.util with parameters of type NetworkingTechnology
static java.util.Collection Graph.findBridgesBetween(Network network, NetworkingTechnology t1, NetworkingTechnology t2)
           
static java.util.Collection Graph.findBridgesTowardsNetworkType(Network network, NetworkingTechnology networkType)
           
 

Uses of NetworkingTechnology in org.lucci.madhoc.simulation.projection
 

Methods in org.lucci.madhoc.simulation.projection that return NetworkingTechnology
 NetworkingTechnology NetworkInterfaceBasedProjection.getAcceptedNetworkType()
           
 

Methods in org.lucci.madhoc.simulation.projection with parameters of type NetworkingTechnology
 void NetworkInterfaceBasedProjection.setAcceptedNetworkType(NetworkingTechnology acceptedNetworkType)