|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PanelContext in shaohua_project.sweep.driver |
---|
Methods in shaohua_project.sweep.driver with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.core.gui |
---|
Methods in sidnet.core.gui that return PanelContext | |
---|---|
PanelContext |
NodeGUIimpl.getPanelContext()
|
PanelContext |
SimGUI.getSensorsPanelContext()
This method is called from within the constructor to initialize the form. |
PanelContext |
SimGUI.getUtilityPanelContext1()
|
PanelContext |
SimGUI.getUtilityPanelContext2()
|
Constructors in sidnet.core.gui with parameters of type PanelContext | |
---|---|
NodeGUIimpl(PanelContext hostPanelContext,
ColorProfile colorCode,
Node node)
|
Uses of PanelContext in sidnet.core.misc |
---|
Constructors in sidnet.core.misc with parameters of type PanelContext | |
---|---|
Node(int id,
EnergyManagement energyManagement,
PanelContext hostingPanelContext,
LocationContext fieldContext,
ColorProfile colorCode,
SimManager simControl)
Creates a new instance of Node |
Uses of PanelContext in sidnet.core.simcontrol |
---|
Methods in sidnet.core.simcontrol with parameters of type PanelContext | |
---|---|
void |
SimManager.registerAndRun(SIDnetRegistrable registrableLayer,
PanelContext panelContext)
|
Uses of PanelContext in sidnet.stack.driver |
---|
Methods in sidnet.stack.driver with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.std.routing.heartbeat |
---|
Constructors in sidnet.stack.std.routing.heartbeat with parameters of type PanelContext | |
---|---|
HeartbeatProtocol(NetAddress localAddr,
Node myNode,
PanelContext hostPanelContext,
long beatInterval)
Creates a new instance of HeartbeatProtocol |
Uses of PanelContext in sidnet.stack.users.alternating_tree.driver |
---|
Methods in sidnet.stack.users.alternating_tree.driver with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.alternating_tree.routing |
---|
Constructors in sidnet.stack.users.alternating_tree.routing with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.Bezier.driver |
---|
Methods in sidnet.stack.users.Bezier.driver with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.Bezier.routing |
---|
Constructors in sidnet.stack.users.Bezier.routing with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.demo_multi_tree.driver |
---|
Methods in sidnet.stack.users.demo_multi_tree.driver with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.demo_multi_tree.routing |
---|
Constructors in sidnet.stack.users.demo_multi_tree.routing with parameters of type PanelContext | |
---|---|
MultiTreeRouting(NetAddress localAddr,
Node myNode,
PanelContext hostPanelContext)
Creates a new instance of MultiTreeRouting |
Uses of PanelContext in sidnet.stack.users.EECS510.driver |
---|
Methods in sidnet.stack.users.EECS510.driver with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.geographical_tree_aggregation.driver |
---|
Methods in sidnet.stack.users.geographical_tree_aggregation.driver with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.geographical_tree_aggregation.routing |
---|
Constructors in sidnet.stack.users.geographical_tree_aggregation.routing with parameters of type PanelContext | |
---|---|
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 |
Uses of PanelContext in sidnet.stack.users.k_shortest_path.driver |
---|
Methods in sidnet.stack.users.k_shortest_path.driver with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.k_shortest_path.routing |
---|
Constructors in sidnet.stack.users.k_shortest_path.routing with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.marco_project.commons |
---|
Constructors in sidnet.stack.users.marco_project.commons with parameters of type PanelContext | |
---|---|
HeartbeatProtocol(NetAddress localAddr,
Node myNode,
PanelContext hostPanelContext,
long beatInterval)
Creates a new instance of HeartbeatProtocol |
Uses of PanelContext in sidnet.stack.users.marco_project.image_charges.driver |
---|
Methods in sidnet.stack.users.marco_project.image_charges.driver with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.marco_project.node_centric.driver |
---|
Methods in sidnet.stack.users.marco_project.node_centric.driver with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.marco_project.packet_centric.driver |
---|
Methods in sidnet.stack.users.marco_project.packet_centric.driver with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.sample_p2p.driver |
---|
Methods in sidnet.stack.users.sample_p2p.driver with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.SenSys08.driver |
---|
Methods in sidnet.stack.users.SenSys08.driver with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.SenSys08.routing |
---|
Constructors in sidnet.stack.users.SenSys08.routing with parameters of type PanelContext | |
---|---|
GeographicalTreeRouting(NetAddress localAddr,
Node myNode,
PanelContext hostPanelContext,
short selfProtocolIndex)
Creates a new instance of MultiTreeRouting |
Uses of PanelContext in sidnet.stack.users.topological_tree_aggregation.driver |
---|
Methods in sidnet.stack.users.topological_tree_aggregation.driver with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.topological_tree_aggregation.routing |
---|
Constructors in sidnet.stack.users.topological_tree_aggregation.routing with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.triggers_project.driver |
---|
Methods in sidnet.stack.users.triggers_project.driver with parameters of type PanelContext | |
---|---|
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 PanelContext in sidnet.stack.users.triggers_project.routing |
---|
Constructors in sidnet.stack.users.triggers_project.routing with parameters of type PanelContext | |
---|---|
GeographicalTreeRouting(NetAddress localAddr,
Node myNode,
PanelContext hostPanelContext,
short selfProtocolIndex)
Creates a new instance of MultiTreeRouting |
Uses of PanelContext in sidnet.stack.users.waspsample.driver |
---|
Methods in sidnet.stack.users.waspsample.driver with parameters of type PanelContext | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |