Uses of Class
org.lucci.madhoc.network.Station

Packages that use Station
org.lucci.madhoc.bining   
org.lucci.madhoc.env   
org.lucci.madhoc.gui.aircraft   
org.lucci.madhoc.gui.aircraft.description   
org.lucci.madhoc.messaging   
org.lucci.madhoc.network   
org.lucci.madhoc.network.net   
org.lucci.madhoc.network.util   
org.lucci.madhoc.node_memory   
org.lucci.madhoc.simulation   
org.lucci.madhoc.simulation.projection   
 

Uses of Station in org.lucci.madhoc.bining
 

Methods in org.lucci.madhoc.bining that return types with arguments of type Station
 java.util.Collection<Station> Cel.getStations()
           
 

Uses of Station in org.lucci.madhoc.env
 

Methods in org.lucci.madhoc.env that return Station
 Station MobilityModel.getMobileNode()
           
 

Methods in org.lucci.madhoc.env with parameters of type Station
 void MobilityModel.setMobileNode(Station station)
           
 

Method parameters in org.lucci.madhoc.env with type arguments of type Station
 void NetworkEnvironment.initializeNodesLocation(java.util.Collection<Station> stations, int maxIteration, double timeStep)
           
 

Uses of Station in org.lucci.madhoc.gui.aircraft
 

Methods in org.lucci.madhoc.gui.aircraft with parameters of type Station
abstract  java.lang.String StationDescriptionPane.getDescriptionForStation(Station station)
           
 

Uses of Station in org.lucci.madhoc.gui.aircraft.description
 

Methods in org.lucci.madhoc.gui.aircraft.description with parameters of type Station
 java.lang.String DefaultStationDescriptionPane.getDescriptionForStation(Station station)
           
 

Uses of Station in org.lucci.madhoc.messaging
 

Methods in org.lucci.madhoc.messaging that return Station
 Station MessageInformation.getSource()
           
 

Methods in org.lucci.madhoc.messaging that return types with arguments of type Station
 java.util.Collection<Station> Message.findRecipientStations()
           
 

Methods in org.lucci.madhoc.messaging with parameters of type Station
 void Message.addNumberOfBytesDeliveredTo(Station recipient, int amount)
           
 int Message.getNumberOfBytesDeliveredTo(Station recipient)
           
 void MessageInformation.setSource(Station source)
           
 

Uses of Station in org.lucci.madhoc.network
 

Methods in org.lucci.madhoc.network that return Station
 Station Network.findComputer(int id)
           
 Station Application.getComputer()
           
 Station VolatilityModel.getStation()
           
 Station ComputerUnit.getStation()
           
 

Methods in org.lucci.madhoc.network that return types with arguments of type Station
 java.util.List<Station> Network.findComputersAcceptableIn(Projection r)
           
 java.util.List<Station> Network.getStations()
           
 

Methods in org.lucci.madhoc.network with parameters of type Station
 void Network.createBidirectionalConnection(Station s1, Station s2, java.lang.String type)
           
 void Application.sendMessage(java.lang.Object o, Station recipient)
           
 void Application.setComputer(Station computer)
           
 void VolatilityModel.setStation(Station station)
           
 void ComputerUnit.setStation(Station node)
           
 

Method parameters in org.lucci.madhoc.network with type arguments of type Station
 void Application.sendMessage(java.lang.Object o, java.util.Collection<Station> recipients)
           
 void Network.setStations(java.util.List<Station> stations)
           
 

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

Methods in org.lucci.madhoc.network.net that return Station
 Station Location.getComputer()
           
 

Methods in org.lucci.madhoc.network.net that return types with arguments of type Station
 java.util.Collection<Station> NetworkingUnit.getNeighborhood()
           
 java.util.Collection<Station> NetworkingUnit.getNeighborhoodAtHop(int hop)
           
 java.util.Map<Station,Cost> NetworkingTechnology.getTransferHistory()
           
 

Methods in org.lucci.madhoc.network.net with parameters of type Station
 void NetworkingTechnology.charge(Station station, int numberOfBytes)
           
 Connection NetworkingUnit.getBestConnectionTo(Station station)
           
 java.util.Collection<Connection> NetworkingUnit.getConnectionsTo(Station station)
           
 void Location.setComputer(Station device)
           
 

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

Methods in org.lucci.madhoc.network.util that return types with arguments of type Station
static java.util.Collection<Station> Graph.getGreatestConnectedComponent(Network net)
           
static java.util.List<java.util.Collection<Station>> Graph.getHops(NetworkingUnit networkingUnit, int maxHop)
           
static java.util.Collection<java.util.Collection<Station>> Graph.getPartitions(Network net)
           
static java.util.List<Station> Geometry.getStationsOrderByTheirDistanceToTheBarycenter(Network net)
           
 

Uses of Station in org.lucci.madhoc.node_memory
 

Methods in org.lucci.madhoc.node_memory with parameters of type Station
 double NodeMemory.getLastMeetingData(Station c)
           
 boolean NodeMemory.hasAlreadyMet(Station c)
           
 

Uses of Station in org.lucci.madhoc.simulation
 

Methods in org.lucci.madhoc.simulation that return types with arguments of type Station
 java.util.Collection<java.util.Collection<Station>> ParallelizationPolicy.distribute(java.util.Collection<Station> stations, int numberOfProcessors)
           
 

Method parameters in org.lucci.madhoc.simulation with type arguments of type Station
 java.util.Collection<java.util.Collection<Station>> ParallelizationPolicy.distribute(java.util.Collection<Station> stations, int numberOfProcessors)
           
 java.util.Collection<Application> Monitor.findApplications(java.util.Collection<Station> computers)
           
 

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

Methods in org.lucci.madhoc.simulation.projection with parameters of type Station
 boolean SquareWindowProjection.acceptComputer(Station computer)
           
 boolean RoundWindowProjection.acceptComputer(Station computer)
           
 boolean RandomProjection.acceptComputer(Station computer)
           
abstract  boolean Projection.acceptComputer(Station computer)
           
 boolean OnlyConnectedDeviceProjection.acceptComputer(Station computer)
           
 boolean OnlyBridgesProjection.acceptComputer(Station computer)
           
 boolean NetworkNodeTypeBaseProjection.acceptComputer(Station computer)
           
 boolean NetworkInterfaceBasedProjection.acceptComputer(Station computer)
           
 boolean IdentityProjection.acceptComputer(Station computer)