Uses of Interface
sidnet.models.energy.batteries.Battery

Packages that use Battery
shaohua_project.sweep.driver   
sidnet.models.energy.batteries   
sidnet.models.energy.energyconsumptionmodels   
sidnet.stack.driver   
sidnet.stack.users.alternating_tree.driver   
sidnet.stack.users.Bezier.driver   
sidnet.stack.users.demo_multi_tree.driver   
sidnet.stack.users.EECS510.driver   
sidnet.stack.users.geographical_tree_aggregation.driver   
sidnet.stack.users.k_shortest_path.driver   
sidnet.stack.users.marco_project.image_charges.driver   
sidnet.stack.users.marco_project.node_centric.driver   
sidnet.stack.users.marco_project.packet_centric.driver   
sidnet.stack.users.sample_p2p.driver   
sidnet.stack.users.SenSys08.driver   
sidnet.stack.users.topological_tree_aggregation.driver   
sidnet.stack.users.triggers_project.driver   
sidnet.stack.users.waspsample.driver   
 

Uses of Battery in shaohua_project.sweep.driver
 

Fields in shaohua_project.sweep.driver declared as Battery
static Battery Driver_Sweep.battery
          Define the battery-type for the nodes 75mAh should give enough juice for 24-48h
 

Uses of Battery in sidnet.models.energy.batteries
 

Classes in sidnet.models.energy.batteries that implement Battery
 class IdealBattery
           
 class LinearTimeDrainingBattery
           
 class PercentualTimeDrainingBattery
           
 

Uses of Battery in sidnet.models.energy.energyconsumptionmodels
 

Classes in sidnet.models.energy.energyconsumptionmodels that implement Battery
 class EnergyManagementImpl.StubBattery
           
 

Methods in sidnet.models.energy.energyconsumptionmodels that return Battery
 Battery EnergyManagement.getBattery()
           
 Battery EnergyManagementImpl.getBattery()
           
 

Constructors in sidnet.models.energy.energyconsumptionmodels with parameters of type Battery
EnergyConsumptionModelImpl(EnergyConsumptionParameters eCostParam, Battery battery)
          Creates a new instance of EnergyModel
EnergyManagementImpl.StubBattery(Battery battery)
           
EnergyManagementImpl(EnergyConsumptionModel energyConsumptionModel, Battery battery)
          Creates a new instance of EnergyManagementImpl
 

Uses of Battery in sidnet.stack.driver
 

Fields in sidnet.stack.driver declared as Battery
static Battery Driver_Test802_15_4.battery
           
 

Methods in sidnet.stack.driver with parameters of type Battery
static Node Driver_Test802_15_4.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, SimManager simControl, Battery battery, StatsCollector stats, int nodesCount, java.lang.String junitTest)
          Configures each node representation and network stack
 

Uses of Battery in sidnet.stack.users.alternating_tree.driver
 

Fields in sidnet.stack.users.alternating_tree.driver declared as Battery
static Battery AlternatingTreeWithBezier.battery
           
static Battery AlternatingTreeWithKShort.battery
           
 

Methods in sidnet.stack.users.alternating_tree.driver with parameters of type Battery
static Node AlternatingTreeWithBezier.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, SimManager simControl, Battery battery, StatsCollector stats)
          Configures each node representation and network stack
static Node AlternatingTreeWithKShort.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, SimManager simControl, Battery battery, StatsCollector stats)
          Configures each node representation and network stack
 

Uses of Battery in sidnet.stack.users.Bezier.driver
 

Fields in sidnet.stack.users.Bezier.driver declared as Battery
static Battery Driver_Bezier.battery
           
 

Methods in sidnet.stack.users.Bezier.driver with parameters of type Battery
static Node Driver_Bezier.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, SimManager simControl, Battery battery, StatsCollector stats)
          Configures each node representation and network stack
 

Uses of Battery in sidnet.stack.users.demo_multi_tree.driver
 

Fields in sidnet.stack.users.demo_multi_tree.driver declared as Battery
static Battery Driver_DemoMultiTree.battery
           
 

Methods in sidnet.stack.users.demo_multi_tree.driver with parameters of type Battery
static Node Driver_DemoMultiTree.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, Battery battery, SimManager simControl)
          Configures each node representation and network stack
 

Uses of Battery in sidnet.stack.users.EECS510.driver
 

Fields in sidnet.stack.users.EECS510.driver declared as Battery
static Battery Driver_Assignment2.battery
          Define the battery-type for the nodes 75mAh should give enough juice for 24-48h
 

Uses of Battery in sidnet.stack.users.geographical_tree_aggregation.driver
 

Fields in sidnet.stack.users.geographical_tree_aggregation.driver declared as Battery
static Battery Driver_GeographicalTreeAggregation.battery
           
 

Methods in sidnet.stack.users.geographical_tree_aggregation.driver with parameters of type Battery
static Node Driver_GeographicalTreeAggregation.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, Battery battery, SimManager simControl, StatsCollector stats)
          Configures each node representation and network stack
 

Uses of Battery in sidnet.stack.users.k_shortest_path.driver
 

Fields in sidnet.stack.users.k_shortest_path.driver declared as Battery
static Battery Driver_kShortestPath.battery
           
 

Methods in sidnet.stack.users.k_shortest_path.driver with parameters of type Battery
static Node Driver_kShortestPath.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, SimManager simControl, Battery battery, StatsCollector stats)
          Configures each node representation and network stack
 

Uses of Battery in sidnet.stack.users.marco_project.image_charges.driver
 

Fields in sidnet.stack.users.marco_project.image_charges.driver declared as Battery
static Battery Driver_ElectrostaticRouting.battery
          Define the battery-type for the nodes 75mAh should give enough juice for 24-48h
 

Uses of Battery in sidnet.stack.users.marco_project.node_centric.driver
 

Fields in sidnet.stack.users.marco_project.node_centric.driver declared as Battery
static Battery Driver_ElectrostaticRouting.battery
          Define the battery-type for the nodes 75mAh should give enough juice for 24-48h
 

Uses of Battery in sidnet.stack.users.marco_project.packet_centric.driver
 

Fields in sidnet.stack.users.marco_project.packet_centric.driver declared as Battery
static Battery Driver_ElectrostaticRouting.battery
          Define the battery-type for the nodes 75mAh should give enough juice for 24-48h
 

Uses of Battery in sidnet.stack.users.sample_p2p.driver
 

Fields in sidnet.stack.users.sample_p2p.driver declared as Battery
static Battery Driver_SampleP2P.battery
          Define the battery-type for the nodes 75mAh should give enough juice for 24-48h
 

Uses of Battery in sidnet.stack.users.SenSys08.driver
 

Fields in sidnet.stack.users.SenSys08.driver declared as Battery
static Battery Driver_SenSys08_GeographicalTreeAggregation.battery
           
static Battery Driver_SenSys08_P2P.battery
           
 

Methods in sidnet.stack.users.SenSys08.driver with parameters of type Battery
static Node Driver_SenSys08_GeographicalTreeAggregation.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, Battery battery, SimManager simControl, StatsCollector stats)
          Configures each node representation and network stack
static Node Driver_SenSys08Demo_Deployment.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, SimManager simControl, Battery battery, StatsCollector stats)
          Configures each node representation and network stack
static Node Driver_SenSys08_P2P.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, SimManager simControl, Battery battery, StatsCollector stats)
          Configures each node representation and network stack
 

Uses of Battery in sidnet.stack.users.topological_tree_aggregation.driver
 

Fields in sidnet.stack.users.topological_tree_aggregation.driver declared as Battery
static Battery Driver_TopologicalTreeAggregation.battery
           
 

Methods in sidnet.stack.users.topological_tree_aggregation.driver with parameters of type Battery
static Node Driver_TopologicalTreeAggregation.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, Battery battery, SimManager simControl, StatsCollector stats)
          Configures each node representation and network stack
 

Uses of Battery in sidnet.stack.users.triggers_project.driver
 

Fields in sidnet.stack.users.triggers_project.driver declared as Battery
static Battery Driver_Triggers.battery
           
 

Methods in sidnet.stack.users.triggers_project.driver with parameters of type Battery
static Node Driver_Triggers.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, Battery battery, SimManager simControl, StatsCollector stats)
          Configures each node representation and network stack
 

Uses of Battery in sidnet.stack.users.waspsample.driver
 

Fields in sidnet.stack.users.waspsample.driver declared as Battery
static Battery Driver_Wasp.battery
          Define the battery-type for the nodes 75mAh should give enough juice for 24-48h