Uses of Interface
com.axiomalaska.sos.data.SosNetwork

Packages that use SosNetwork
com.axiomalaska.sos.data   
com.axiomalaska.sos.tools   
com.axiomalaska.sos.xmlbuilder   
 

Uses of SosNetwork in com.axiomalaska.sos.data
 

Classes in com.axiomalaska.sos.data that implement SosNetwork
 class SosNetworkImp
           
 

Methods in com.axiomalaska.sos.data that return types with arguments of type SosNetwork
 java.util.List<SosNetwork> SosSensorImp.getNetworks()
          A list of networks this station is associated to
 java.util.List<SosNetwork> SosStationImp.getNetworks()
          A list of networks this station is associated to
 java.util.List<SosNetwork> SosSensor.getNetworks()
          A list of networks this station is associated to
 java.util.List<SosNetwork> SosStation.getNetworks()
          A list of networks this station is associated to
 

Methods in com.axiomalaska.sos.data with parameters of type SosNetwork
 void SosSensorImp.addNetwork(SosNetwork network)
           
 

Method parameters in com.axiomalaska.sos.data with type arguments of type SosNetwork
 void SosSensorImp.setNetworks(java.util.List<SosNetwork> networks)
           
 void SosStationImp.setNetworks(java.util.List<SosNetwork> networks)
           
 

Uses of SosNetwork in com.axiomalaska.sos.tools
 

Methods in com.axiomalaska.sos.tools with parameters of type SosNetwork
 java.lang.String IdCreator.createNetworkId(SosNetwork network)
           
 

Uses of SosNetwork in com.axiomalaska.sos.xmlbuilder
 

Constructors in com.axiomalaska.sos.xmlbuilder with parameters of type SosNetwork
NetworkRegisterSensorBuilder(SosNetwork network, IdCreator idCreator)
           
 



Copyright © 2012. All Rights Reserved.