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

Packages that use Application
org.lucci.madhoc.messaging   
org.lucci.madhoc.network   
org.lucci.madhoc.network.net   
org.lucci.madhoc.node_memory   
org.lucci.madhoc.simulation   
 

Uses of Application in org.lucci.madhoc.messaging
 

Methods in org.lucci.madhoc.messaging that return Application
 Application Message.getSourceStationApplication()
           
 

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

Methods in org.lucci.madhoc.messaging with parameters of type Application
 void Message.setSourceStationApplication(Application sourceStationApplication)
           
 

Uses of Application in org.lucci.madhoc.network
 

Methods in org.lucci.madhoc.network that return Application
 Application Station.deploy(java.lang.Class clazz, Monitor simulationApp)
           
 

Methods in org.lucci.madhoc.network that return types with arguments of type Application
 org.lucci.math.relation.Relation<java.lang.Class,Application> Station.getApplicationMap()
           
 java.util.Collection<Application> Network.getStationApplications()
           
 

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

Methods in org.lucci.madhoc.network.net that return types with arguments of type Application
 java.util.Collection<Application> NetworkingUnit.getApplicationsInTheNeighborhood(java.lang.Class clazz)
           
 

Uses of Application in org.lucci.madhoc.node_memory
 

Subclasses of Application in org.lucci.madhoc.node_memory
 class NodeMemory
           
 

Uses of Application in org.lucci.madhoc.simulation
 

Methods in org.lucci.madhoc.simulation that return types with arguments of type Application
 java.util.Collection<Application> Monitor.findApplications(java.util.Collection<Station> computers)
           
 java.util.Collection<Application> Monitor.getDeployedApplications()