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

Packages that use ComputerType
org.lucci.madhoc.network   
org.lucci.madhoc.simulation.projection   
 

Uses of ComputerType in org.lucci.madhoc.network
 

Fields in org.lucci.madhoc.network declared as ComputerType
static ComputerType ComputerType.CALCULATOR
           
static ComputerType ComputerType.HOTSPOT
           
static ComputerType ComputerType.LAPTOP
           
static ComputerType ComputerType.MOBILE_PHONE
           
static ComputerType ComputerType.PAGER
           
 

Methods in org.lucci.madhoc.network that return ComputerType
 ComputerType Station.getType()
           
 

Methods in org.lucci.madhoc.network with parameters of type ComputerType
 void Station.setType(ComputerType type)
           
 

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

Methods in org.lucci.madhoc.simulation.projection that return ComputerType
 ComputerType NetworkNodeTypeBaseProjection.getAcceptedComputerType()
           
 

Methods in org.lucci.madhoc.simulation.projection with parameters of type ComputerType
 void NetworkNodeTypeBaseProjection.setAcceptedComputerType(ComputerType acceptedComputerType)