Uses of Class
sidnet.core.misc.Node

Packages that use Node
shaohua_project.sweep.app   
shaohua_project.sweep.driver   
shaohua_project.sweep.routing   
sidnet.core.gui   
sidnet.core.misc   
sidnet.core.simcontrol   
sidnet.stack.driver   
sidnet.stack.std.mac   
sidnet.stack.std.mac.ieee802_15_4   
sidnet.stack.std.routing.dummyroute   
sidnet.stack.std.routing.heartbeat   
sidnet.stack.users.alternating_tree.app   
sidnet.stack.users.alternating_tree.driver   
sidnet.stack.users.alternating_tree.routing   
sidnet.stack.users.Bezier.app   
sidnet.stack.users.Bezier.driver   
sidnet.stack.users.Bezier.routing   
sidnet.stack.users.demo_multi_tree.app   
sidnet.stack.users.demo_multi_tree.driver   
sidnet.stack.users.demo_multi_tree.routing   
sidnet.stack.users.EECS510.driver   
sidnet.stack.users.EECS510.routing   
sidnet.stack.users.geographical_tree_aggregation.app   
sidnet.stack.users.geographical_tree_aggregation.driver   
sidnet.stack.users.geographical_tree_aggregation.routing   
sidnet.stack.users.k_shortest_path.app   
sidnet.stack.users.k_shortest_path.driver   
sidnet.stack.users.k_shortest_path.routing   
sidnet.stack.users.marco_project.commons   
sidnet.stack.users.marco_project.image_charges.app   
sidnet.stack.users.marco_project.image_charges.driver   
sidnet.stack.users.marco_project.image_charges.routing   
sidnet.stack.users.marco_project.node_centric.app   
sidnet.stack.users.marco_project.node_centric.driver   
sidnet.stack.users.marco_project.node_centric.routing   
sidnet.stack.users.marco_project.packet_centric.app   
sidnet.stack.users.marco_project.packet_centric.driver   
sidnet.stack.users.marco_project.packet_centric.routing   
sidnet.stack.users.sample_p2p.app   
sidnet.stack.users.sample_p2p.driver   
sidnet.stack.users.sample_p2p.routing   
sidnet.stack.users.SenSys08.app   
sidnet.stack.users.SenSys08.driver   
sidnet.stack.users.SenSys08.routing   
sidnet.stack.users.topological_tree_aggregation.app   
sidnet.stack.users.topological_tree_aggregation.driver   
sidnet.stack.users.topological_tree_aggregation.routing   
sidnet.stack.users.triggers_project.app   
sidnet.stack.users.triggers_project.driver   
sidnet.stack.users.triggers_project.routing   
sidnet.stack.users.waspsample.driver   
sidnet.stack.users.waspsample.routing   
sidnet.utilityviews   
sidnet.utilityviews.statscollector   
 

Uses of Node in shaohua_project.sweep.app
 

Constructors in shaohua_project.sweep.app with parameters of type Node
AppSweep(Node myNode, short routingProtocolIndex, StatsCollector stats)
          Creates a new instance of the AppP2P
 

Uses of Node in shaohua_project.sweep.driver
 

Methods in shaohua_project.sweep.driver that return Node
static Node Driver_Sweep.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, SimManager simControl, StatsCollector stats, TopologyGUI topologyGUI)
          Configures each node representation and network stack
 

Uses of Node in shaohua_project.sweep.routing
 

Constructors in shaohua_project.sweep.routing with parameters of type Node
ShortestGeographicalPathRouting(Node myNode)
          Creates a new instance of ShortestGeographicalPathRouting
SweepRouting(Node myNode)
          Creates a new instance of ShortestGeographicalPathRouting
 

Uses of Node in sidnet.core.gui
 

Fields in sidnet.core.gui declared as Node
 Node NodeGUIimpl.node
           
protected  Node[] GroupSelectionTool.nodeList
           
 

Fields in sidnet.core.gui with type parameters of type Node
protected  java.util.LinkedList<Node> GroupSelectionTool.individualGroupNodeList
           
 

Methods in sidnet.core.gui with parameters of type Node
 boolean GroupSelectionTool.isGroupMember(Node thisNode)
           
 void GroupSelectionTool.notifyActionPerformed(Node fromNode, java.awt.event.ActionEvent e)
           
 void GroupSelectionTool.notifySelected(Node node, boolean selected)
           
 void TopologyGUI.setNodeList(Node[] nodeList)
           
 

Constructors in sidnet.core.gui with parameters of type Node
GroupSelectionTool(Node[] nodeList)
          Creates a new instance of GroupSelectionTool
NodeGUIimpl(PanelContext hostPanelContext, ColorProfile colorCode, Node node)
           
 

Uses of Node in sidnet.core.misc
 

Constructors in sidnet.core.misc with parameters of type Node
NodeFinder(Node[] nodes)
           
 

Uses of Node in sidnet.core.simcontrol
 

Methods in sidnet.core.simcontrol with parameters of type Node
 void SimManager.register(Node[] nList)
           
 

Uses of Node in sidnet.stack.driver
 

Methods in sidnet.stack.driver that return Node
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 Node in sidnet.stack.std.mac
 

Constructors in sidnet.stack.std.mac with parameters of type Node
Mac802_11e(MacAddress addr, RadioInfo radioInfo, EnergyConsumptionModel energyConsumptionModel, long toSleepTimerPeriod, Node myNode)
          Instantiate new 802_11b entity.
Mac802_11e(MacAddress addr, RadioInfo radioInfo, EnergyConsumptionModel energyConsumptionModel, Node myNode)
          Instantiate new 802_11b entity.
 

Uses of Node in sidnet.stack.std.mac.ieee802_15_4
 

Constructors in sidnet.stack.std.mac.ieee802_15_4 with parameters of type Node
Mac802_15_4Impl(MacAddress addr, RadioInfo.RadioInfoShared radioInfo, EnergyManagement energyManagement, Node myNode)
           
Mac802_15_4Impl(MacAddress addr, RadioInfo.RadioInfoShared radioInfo, EnergyManagement energyManagement, Node myNode, sidnet.stack.std.mac.ieee802_15_4.MAC_PIB mp)
           
Phy802_15_4Impl(int id, RadioInfo.RadioInfoShared sharedInfo, EnergyManagement energyManagementUnit, Node myNode, long toSleepTimerPeriod)
           
Phy802_15_4Impl(PHY_PIB pp, int id, RadioInfo.RadioInfoShared sharedInfo, EnergyManagement energyManagementUnit, Node myNode, long toSleepTimerPeriod)
           
 

Uses of Node in sidnet.stack.std.routing.dummyroute
 

Constructors in sidnet.stack.std.routing.dummyroute with parameters of type Node
DummyRoute(Node myNode)
          Creates a new instance of DummyRoute
 

Uses of Node in sidnet.stack.std.routing.heartbeat
 

Constructors in sidnet.stack.std.routing.heartbeat with parameters of type Node
HeartbeatProtocol(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, long beatInterval)
          Creates a new instance of HeartbeatProtocol
 

Uses of Node in sidnet.stack.users.alternating_tree.app
 

Constructors in sidnet.stack.users.alternating_tree.app with parameters of type Node
App_AlternatingTree(Node myNode, short p2pRoutingProtocolIndex, short treeRoutingProtocolIndex, StatsCollector stats, int rootCount)
           
 

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

Methods in sidnet.stack.users.alternating_tree.driver that return Node
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 Node in sidnet.stack.users.alternating_tree.routing
 

Methods in sidnet.stack.users.alternating_tree.routing with parameters of type Node
 void RouteBezier.setupMyNode(Node myNode)
           
 

Constructors in sidnet.stack.users.alternating_tree.routing with parameters of type Node
GeographicalTreeRouting(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, short selfProtocolIndex)
          Creates a new instance of MultiTreeRouting
GeographicalTreeRoutingAlternating(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, short selfProtocolIndex, int rootCount, int changeRootThreshold, NCS_Location2D[] rootLocationArray, boolean allowDuplicates, boolean disjointTrees)
          Creates a new instance of MultiTreeRouting
KShortestPathRouting5(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, int ALTERNATION_POLICY)
          Creates a new instance of kShortestpathrouting
KShortestPathRouting5(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, int VERT_PIPE_SAME, int ALTERNATION_POLICY, double commRangeft, double extensionFactor, NCS_Location2D targetSource)
           
RouteBezier(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, int PATH_COUNT, int THETA_ANGLE, int CP_LENGTH, double COMM_RANGE, int VERT_PIPE_SAME, int ALTERNATION_POLICY, double commRangeFt, double extensionFactor)
           
 

Uses of Node in sidnet.stack.users.Bezier.app
 

Constructors in sidnet.stack.users.Bezier.app with parameters of type Node
AppP2P(Node myNode, short p2pRoutingProtocolIndex, StatsCollector stats)
          Creates a new instance of the AppP2P
 

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

Methods in sidnet.stack.users.Bezier.driver that return Node
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 Node in sidnet.stack.users.Bezier.routing
 

Methods in sidnet.stack.users.Bezier.routing with parameters of type Node
 void RouteBezier.setupMyNode(Node myNode)
           
 

Constructors in sidnet.stack.users.Bezier.routing with parameters of type Node
RouteBezier(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, int PATH_COUNT, int THETA_ANGLE, int CP_LENGTH, double COMM_RANGE, int VERT_PIPE_SAME, int ALTERNATION_POLICY, double commRangeFt, double extensionFactor)
           
 

Uses of Node in sidnet.stack.users.demo_multi_tree.app
 

Constructors in sidnet.stack.users.demo_multi_tree.app with parameters of type Node
App_DemoMultiTree(Node myNode)
           
 

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

Methods in sidnet.stack.users.demo_multi_tree.driver that return Node
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 Node in sidnet.stack.users.demo_multi_tree.routing
 

Constructors in sidnet.stack.users.demo_multi_tree.routing with parameters of type Node
MultiTreeRouting(NetAddress localAddr, Node myNode, PanelContext hostPanelContext)
          Creates a new instance of MultiTreeRouting
 

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

Methods in sidnet.stack.users.EECS510.driver that return Node
static Node Driver_Assignment2.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, SimManager simControl, StatsCollector stats)
          Configures each node representation and network stack
 

Uses of Node in sidnet.stack.users.EECS510.routing
 

Constructors in sidnet.stack.users.EECS510.routing with parameters of type Node
Route_Assignment2(Node myNode)
          Creates a new instance of Route_Assignment2
ShortestGeographicalPathRouting(Node myNode)
          Creates a new instance of ShortestGeographicalPathRouting
 

Uses of Node in sidnet.stack.users.geographical_tree_aggregation.app
 

Constructors in sidnet.stack.users.geographical_tree_aggregation.app with parameters of type Node
App_TreeBasedAggregation(Node myNode, StatsCollector stats)
           
 

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

Methods in sidnet.stack.users.geographical_tree_aggregation.driver that return Node
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 Node in sidnet.stack.users.geographical_tree_aggregation.routing
 

Constructors in sidnet.stack.users.geographical_tree_aggregation.routing with parameters of type Node
GeographicalTreeRouting(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, short selfProtocolIndex)
          Creates a new instance of MultiTreeRouting
GeographicalTreeRoutingAlternating(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, short selfProtocolIndex, int rootCount, int changeRootThreshold, NCS_Location2D[] rootLocationArray, boolean allowDuplicates, boolean disjointTrees)
          Creates a new instance of MultiTreeRouting
ShortestGeographicalPathRouting(Node myNode)
          Creates a new instance of ShortestGeographicalPathRouting
 

Uses of Node in sidnet.stack.users.k_shortest_path.app
 

Constructors in sidnet.stack.users.k_shortest_path.app with parameters of type Node
AppP2P(Node myNode, short p2pRoutingProtocolIndex, StatsCollector stats)
          Creates a new instance of the AppP2P
 

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

Methods in sidnet.stack.users.k_shortest_path.driver that return Node
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 Node in sidnet.stack.users.k_shortest_path.routing
 

Constructors in sidnet.stack.users.k_shortest_path.routing with parameters of type Node
KShortestPathRouting(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, int ALTERNATION_POLICY)
          Creates a new instance of kShortestpathrouting
KShortestPathRouting(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, int VERT_PIPE_SAME, int ALTERNATION_POLICY, double commRangeft, double extensionFactor)
           
KShortestPathRouting5(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, int ALTERNATION_POLICY)
          Creates a new instance of kShortestpathrouting
KShortestPathRouting5(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, int VERT_PIPE_SAME, int ALTERNATION_POLICY, double commRangeft, double extensionFactor, NCS_Location2D targetSource)
           
 

Uses of Node in sidnet.stack.users.marco_project.commons
 

Methods in sidnet.stack.users.marco_project.commons with parameters of type Node
 void ExperimentDataImpl.identifySinkAndSources(Node[] nodes)
           
 

Constructors in sidnet.stack.users.marco_project.commons with parameters of type Node
HeartbeatProtocol(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, long beatInterval)
          Creates a new instance of HeartbeatProtocol
 

Uses of Node in sidnet.stack.users.marco_project.image_charges.app
 

Constructors in sidnet.stack.users.marco_project.image_charges.app with parameters of type Node
AppP2P_electrostatic(Node myNode, short shortestPathIndex, short electrostaticIndex, StatsCollector stats, ExperimentDataImpl experimentData, TopologyGUI topologyGUI)
          Creates a new instance of the AppP2P
 

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

Methods in sidnet.stack.users.marco_project.image_charges.driver that return Node
static Node Driver_ElectrostaticRouting.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, SimManager simControl, StatsCollector stats, TopologyGUI topologyGUI)
          Configures each node representation and network stack
 

Uses of Node in sidnet.stack.users.marco_project.image_charges.routing
 

Constructors in sidnet.stack.users.marco_project.image_charges.routing with parameters of type Node
ElectrostaticRouter(Node myNode, StatsCollector stats)
          Creates a new instance of ElectrostaticRouter
ShortestGeographicalPathRouting(Node myNode)
          Creates a new instance of ShortestGeographicalPathRouting
 

Uses of Node in sidnet.stack.users.marco_project.node_centric.app
 

Constructors in sidnet.stack.users.marco_project.node_centric.app with parameters of type Node
AppP2P_electrostatic(Node myNode, short shortestPathIndex, short electrostaticIndex, StatsCollector stats, ExperimentDataImpl experimentData, TopologyGUI topologyGUI)
          Creates a new instance of the AppP2P
 

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

Methods in sidnet.stack.users.marco_project.node_centric.driver that return Node
static Node Driver_ElectrostaticRouting.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, SimManager simControl, StatsCollector stats, TopologyGUI topologyGUI)
          Configures each node representation and network stack
 

Uses of Node in sidnet.stack.users.marco_project.node_centric.routing
 

Constructors in sidnet.stack.users.marco_project.node_centric.routing with parameters of type Node
ElectrostaticRouter(Node myNode, StatsCollector stats)
          Creates a new instance of ElectrostaticRouter
ShortestGeographicalPathRouting(Node myNode)
          Creates a new instance of ShortestGeographicalPathRouting
 

Uses of Node in sidnet.stack.users.marco_project.packet_centric.app
 

Constructors in sidnet.stack.users.marco_project.packet_centric.app with parameters of type Node
AppP2P_electrostatic(Node myNode, short shortestPathIndex, short electrostaticIndex, StatsCollector stats, ExperimentDataImpl experimentData, TopologyGUI topologyGUI)
          Creates a new instance of the AppP2P
 

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

Methods in sidnet.stack.users.marco_project.packet_centric.driver that return Node
static Node Driver_ElectrostaticRouting.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, SimManager simControl, StatsCollector stats, TopologyGUI topologyGUI)
          Configures each node representation and network stack
 

Uses of Node in sidnet.stack.users.marco_project.packet_centric.routing
 

Constructors in sidnet.stack.users.marco_project.packet_centric.routing with parameters of type Node
ElectrostaticRouter(Node myNode, StatsCollector stats, ExperimentDataImpl experimentData)
          Creates a new instance of ElectrostaticRouter
ShortestGeographicalPathRouting(Node myNode)
          Creates a new instance of ShortestGeographicalPathRouting
 

Uses of Node in sidnet.stack.users.sample_p2p.app
 

Constructors in sidnet.stack.users.sample_p2p.app with parameters of type Node
AppSampleP2P(Node myNode, short routingProtocolIndex, StatsCollector stats)
          Creates a new instance of the AppP2P
 

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

Methods in sidnet.stack.users.sample_p2p.driver that return Node
static Node Driver_SampleP2P.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, SimManager simControl, StatsCollector stats, TopologyGUI topologyGUI)
          Configures each node representation and network stack
 

Uses of Node in sidnet.stack.users.sample_p2p.routing
 

Constructors in sidnet.stack.users.sample_p2p.routing with parameters of type Node
ShortestGeographicalPathRouting(Node myNode)
          Creates a new instance of ShortestGeographicalPathRouting
 

Uses of Node in sidnet.stack.users.SenSys08.app
 

Constructors in sidnet.stack.users.SenSys08.app with parameters of type Node
App_TreeBasedAggregation(Node myNode, StatsCollector stats)
           
 

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

Methods in sidnet.stack.users.SenSys08.driver that return Node
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 Node in sidnet.stack.users.SenSys08.routing
 

Constructors in sidnet.stack.users.SenSys08.routing with parameters of type Node
GeographicalTreeRouting(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, short selfProtocolIndex)
          Creates a new instance of MultiTreeRouting
ShortestGeographicalPathRouting(Node myNode)
          Creates a new instance of ShortestGeographicalPathRouting
 

Uses of Node in sidnet.stack.users.topological_tree_aggregation.app
 

Constructors in sidnet.stack.users.topological_tree_aggregation.app with parameters of type Node
App_TreeBasedAggregation(Node myNode, StatsCollector stats)
           
 

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

Methods in sidnet.stack.users.topological_tree_aggregation.driver that return Node
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 Node in sidnet.stack.users.topological_tree_aggregation.routing
 

Methods in sidnet.stack.users.topological_tree_aggregation.routing with parameters of type Node
 void RouteBezier.setupMyNode(Node myNode)
           
 

Constructors in sidnet.stack.users.topological_tree_aggregation.routing with parameters of type Node
KShortestPathRouting(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, int ALTERNATION_POLICY)
          Creates a new instance of kShortestpathrouting
KShortestPathRouting(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, int VERT_PIPE_SAME, int ALTERNATION_POLICY, double commRangeft, double extensionFactor)
           
RouteBezier(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, int PATH_COUNT, int THETA_ANGLE, int CP_LENGTH, double COMM_RANGE, int VERT_PIPE_SAME, int ALTERNATION_POLICY, double commRangeFt, double extensionFactor)
           
TopologicalTreeRouting(NetAddress localAddr, Node myNode, PanelContext hostPanelContext)
          Creates a new instance of MultiTreeRouting
 

Uses of Node in sidnet.stack.users.triggers_project.app
 

Constructors in sidnet.stack.users.triggers_project.app with parameters of type Node
App_Triggers(Node myNode, StatsCollector stats, ExperimentDataImpl experimentData)
           
 

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

Methods in sidnet.stack.users.triggers_project.driver that return Node
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 Node in sidnet.stack.users.triggers_project.routing
 

Constructors in sidnet.stack.users.triggers_project.routing with parameters of type Node
GeographicalTreeRouting(NetAddress localAddr, Node myNode, PanelContext hostPanelContext, short selfProtocolIndex)
          Creates a new instance of MultiTreeRouting
ShortestGeographicalPathRouting(Node myNode, StatsCollector stats)
          Creates a new instance of ShortestGeographicalPathRouting
 

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

Methods in sidnet.stack.users.waspsample.driver that return Node
static Node Driver_Wasp.createNode(int id, Field field, Placement placement, Mapper protMap, RadioInfo.RadioInfoShared radioInfoShared, PacketLoss plIn, PacketLoss plOut, PanelContext hostPanelContext, LocationContext fieldContext, SimManager simControl, StatsCollector stats, TopologyGUI topologyGUI)
           
 

Uses of Node in sidnet.stack.users.waspsample.routing
 

Constructors in sidnet.stack.users.waspsample.routing with parameters of type Node
TreeRouting(NetAddress localAddr, Node myNode)
          Creates a new instance of MultiTreeRouting
 

Uses of Node in sidnet.utilityviews
 

Constructors in sidnet.utilityviews with parameters of type Node
EnergyMap(Node[] myNode)
          Creates a new instance of EnergyMap
 

Uses of Node in sidnet.utilityviews.statscollector
 

Methods in sidnet.utilityviews.statscollector with parameters of type Node
 boolean ExclusionStatEntry.included(Node node)
           
 void ExclusionStatEntry.update(Node[] nodes)
          User-defined processing (update of inner statistical values) based on the informations comprised in the Node The implementation must call this method first
 void StatEntry.update(Node[] nodes)
          User-defined processing (update of inner statistical values) based on the informations comprised in the Node The implementation must call this method first
 void StatEntry_AliveNodesCount.update(Node[] nodes)
           
 void StatEntry_AverageEnergyLeftPercentage.update(Node[] nodes)
           
 void StatEntry_AverageNeighborsCount.update(Node[] nodes)
           
 void StatEntry_DeadNodesCount.update(Node[] nodes)
           
 void StatEntry_DeadNodesPercentage.update(Node[] nodes)
           
 void StatEntry_EnergyLeftPercentage.update(Node[] nodes)
           
 void StatEntry_EnergySTDEV.update(Node[] nodes)
           
 void StatEntry_EventDetectedContor.update(Node[] nodes)
           
 void StatEntry_EventMissedRatio.update(Node[] nodes)
           
 void StatEntry_EventMonitor.update(Node[] nodes)
           
 void StatEntry_EventOccurredContor.update(Node[] nodes)
           
 void StatEntry_GeneralPurposeContor.update(Node[] nodes)
           
 void StatEntry_MaximumEnergyLeftPercentage.update(Node[] nodes)
           
 void StatEntry_MaximumNeighborsCount.update(Node[] nodes)
           
 void StatEntry_MessagesContor.update(Node[] nodes)
           
 void StatEntry_MinimumEnergyLeftPercentage.update(Node[] nodes)
           
 void StatEntry_MinimumNeighborsCount.update(Node[] nodes)
           
 void StatEntry_PacketDeliveryLatency.update(Node[] nodes)
           
 void StatEntry_PacketReceivedContor.update(Node[] nodes)
           
 void StatEntry_PacketReceivedPercentage.update(Node[] nodes)
           
 void StatEntry_PacketSentContor.update(Node[] nodes)
           
 void StatEntry_Time.update(Node[] nodes)
           
 

Constructors in sidnet.utilityviews.statscollector with parameters of type Node
StatsCollector(Node[] myNode, int batCapacity, ExperimentData experimentData)
          Creates a new instance of StatsCollector Logging enabled
StatsCollector(Node[] myNode, int areaLength, int batCapacity, long loggingInterval)
          Creates a new instance of StatsCollector Logging disabled
StatsCollector(Node[] myNode, int areaLength, int batCapacity, long loggingInterval, boolean testMode)
          Creates a new instance of StatsCollector DO NOT USE THIS CONSTRUCTOR.