Uses of Interface
jist.runtime.JistAPI.Proxiable

Packages that use JistAPI.Proxiable
driver SWANS demo, benchmark and test simulation programs. 
jist.minisim JiST demo, benchmark and test simulation programs. 
jist.swans.app Application layer entity of SWANS simulator and related classes. 
jist.swans.app.lang   
jist.swans.field Field entity of SWANS simulator and related classes. 
jist.swans.mac Link or Media Access Control (Mac) layer entity of SWANS simulator and related classes. 
jist.swans.net Network (IP) layer entity of SWANS simulator and related classes. 
jist.swans.radio Radio entity of SWANS simulator and related classes. 
jist.swans.route Routing entity of SWANS simulator and related classes. 
jist.swans.trans Transport layer entity of SWANS simulator and related classes. 
shaohua_project.sweep.app   
shaohua_project.sweep.routing   
sidnet.core.interfaces   
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.routing   
sidnet.stack.users.Bezier.app   
sidnet.stack.users.Bezier.routing   
sidnet.stack.users.demo_multi_tree.app   
sidnet.stack.users.demo_multi_tree.routing   
sidnet.stack.users.EECS510.app   
sidnet.stack.users.EECS510.routing   
sidnet.stack.users.k_shortest_path.routing   
sidnet.stack.users.marco_project.image_charges.app   
sidnet.stack.users.marco_project.image_charges.routing   
sidnet.stack.users.sample_p2p.app   
sidnet.stack.users.SenSys08.app   
sidnet.stack.users.SenSys08.routing   
sidnet.stack.users.sigmod.app   
sidnet.stack.users.topological_tree_aggregation.routing   
sidnet.stack.users.triggers_project.app   
sidnet.stack.users.waspsample.app   
sidnet.stack.users.waspsample.routing   
sidnet.utilityviews.statscollector   
 

Uses of JistAPI.Proxiable in driver
 

Subinterfaces of JistAPI.Proxiable in driver
static interface CBR.ClientInterface
          The interface for client nodes in the simulation.
static interface CBR.ServerInterface
          The interface for server nodes in the simulation.
 

Classes in driver that implement JistAPI.Proxiable
static class CBR.Client
          A client node in the simulation.
static class CBR.Server
          A server node in the simulation.
static class threaded.worker
           
 

Uses of JistAPI.Proxiable in jist.minisim
 

Subinterfaces of JistAPI.Proxiable in jist.minisim
static interface contproxy.entityInterface
          Interface for benchmarking proxy entity.
static interface isentity.myObjectInterface
          an entity interface.
static interface proxy.entityInterface
          Benchmark entity proxy interface.
 

Classes in jist.minisim that implement JistAPI.Proxiable
static class contproxy.entity
          Benchmark proxy entity.
static class isentity.myObject
          a dummy proxy entity.
static class proxy.entity
          Benchmark proxy entity.
 

Uses of JistAPI.Proxiable in jist.swans.app
 

Subinterfaces of JistAPI.Proxiable in jist.swans.app
 interface AppInterface
          Interface for Application entities.
static interface AppJava.Runnable
           
 

Classes in jist.swans.app that implement JistAPI.Proxiable
 class AppHeartbeat
          Heartbeat application.
 class AppJava
          Entity harness for standard Java applications.
 

Uses of JistAPI.Proxiable in jist.swans.app.lang
 

Classes in jist.swans.app.lang that implement JistAPI.Proxiable
 class SimtimeThread
          SWANS simulation time implementation of a Java thread.
 

Uses of JistAPI.Proxiable in jist.swans.field
 

Subinterfaces of JistAPI.Proxiable in jist.swans.field
 interface FieldInterface
          Interface for Field entities.
 

Classes in jist.swans.field that implement JistAPI.Proxiable
 class Field
          An abstract parent of Field implementations, which contains the common code.
 

Uses of JistAPI.Proxiable in jist.swans.mac
 

Subinterfaces of JistAPI.Proxiable in jist.swans.mac
 interface MacInterface
          Defines the interface of all Link layer entity implementations.
static interface MacInterface.Mac802_11
          Extends the default Mac interface with 802_11 functions.
 

Classes in jist.swans.mac that implement JistAPI.Proxiable
 class Mac802_11
          Implementation of IEEE 802_11b.
 class MacDumb
          A dumb, pass-through mac implementation.
 class MacLoop
          A loopback mac implementation.
 

Uses of JistAPI.Proxiable in jist.swans.net
 

Subinterfaces of JistAPI.Proxiable in jist.swans.net
 interface NetInterface
          Defines the interface of all Network layer entity implementations.
 

Classes in jist.swans.net that implement JistAPI.Proxiable
 class NetIp
          IPv4 implementation based on RFC 791.
 

Uses of JistAPI.Proxiable in jist.swans.radio
 

Subinterfaces of JistAPI.Proxiable in jist.swans.radio
 interface RadioInterface
          Defines the interface of all Radio entity implementations.
 

Classes in jist.swans.radio that implement JistAPI.Proxiable
 class RadioNoise
          RadioNoise is an abstract class which implements some functionality that is common to the independent and additive radio noise simulation models.
 class RadioNoiseAdditive
          RadioNoiseAdditive implements a radio with an additive noise model.
 class RadioNoiseIndep
          RadioNoiseIndep implements a radio with an independent noise model.
 

Uses of JistAPI.Proxiable in jist.swans.route
 

Subinterfaces of JistAPI.Proxiable in jist.swans.route
 interface RouteInterface
          Defines the interface of all Routing implementations and the Route entity.
static interface RouteInterface.Aodv
          AODV routing entity interface.
static interface RouteInterface.BezierRouting
          NWU routing entity interface.
static interface RouteInterface.Dsr
          DSR routing entity interface.
static interface RouteInterface.ECGRIDRouting
          NWU routing entity interface.
static interface RouteInterface.GenericRouting
          NWU routing entity interface.
static interface RouteInterface.HeartbeatProtocol
          NWU routing entity interface.
static interface RouteInterface.MultiTreeRouting
          NWU routing entity interface.
static interface RouteInterface.RandomPathRouting
          NWU routing entity interface.
static interface RouteInterface.ShortestPathRouting
          NWU routing entity interface.
static interface RouteInterface.Zrp
          ZRP routing entity interface.
 

Classes in jist.swans.route that implement JistAPI.Proxiable
 class RouteAodv
          Ad-hoc On-demand Distance Vector (AODV) Routing Protocol Implementation.
 class RouteDsr
          An implementation of the Dynamic Source Routing protocol.
 class RouteZrp
          Zone Routing Protocol Implementation.
 

Uses of JistAPI.Proxiable in jist.swans.trans
 

Subinterfaces of JistAPI.Proxiable in jist.swans.trans
 interface SocketInterface
          Defines the interface of all socket entity implementations.
static interface SocketInterface.TcpServerSocketInterface
          Defines the interface for TcpServerSocket specific implementation.
static interface SocketInterface.TcpSocketInterface
          Defines the interface for TcpSocket specific implementation.
 interface TransInterface
          Defines the interface of all Transport layer entity implementations.
static interface TransInterface.TransTcpInterface
          Defines the Transport sub-interface for TCP entities.
static interface TransInterface.TransUdpInterface
          Defines the Transport sub-interface for UDP entities.
 

Classes in jist.swans.trans that implement JistAPI.Proxiable
 class TcpServerSocket
          SWANS Implementation of Server Socket entity.
 class TcpSocket
          SWANS Implementation of Socket entity.
 class TransTcp
          Implementation of TCP Transport Layer.
 class TransUdp
          UDP implementation.
 

Uses of JistAPI.Proxiable in shaohua_project.sweep.app
 

Classes in shaohua_project.sweep.app that implement JistAPI.Proxiable
 class AppSweep
           
 

Uses of JistAPI.Proxiable in shaohua_project.sweep.routing
 

Classes in shaohua_project.sweep.routing that implement JistAPI.Proxiable
 class ShortestGeographicalPathRouting
           
 class SweepRouting
           
 

Uses of JistAPI.Proxiable in sidnet.core.interfaces
 

Subinterfaces of JistAPI.Proxiable in sidnet.core.interfaces
 interface SimulationTimeRunnable
           
 

Uses of JistAPI.Proxiable in sidnet.core.misc
 

Subinterfaces of JistAPI.Proxiable in sidnet.core.misc
 interface ProxiableTimerInterface
           
 interface TimerInterface
           
 

Uses of JistAPI.Proxiable in sidnet.core.simcontrol
 

Classes in sidnet.core.simcontrol that implement JistAPI.Proxiable
 class SimManager
           
 

Uses of JistAPI.Proxiable in sidnet.stack.driver
 

Subinterfaces of JistAPI.Proxiable in sidnet.stack.driver
 interface MainLineInterface
           
 

Classes in sidnet.stack.driver that implement JistAPI.Proxiable
 class GenericTimer
           
 class MainLine
           
 class PhyImpl
           
 

Uses of JistAPI.Proxiable in sidnet.stack.std.mac
 

Classes in sidnet.stack.std.mac that implement JistAPI.Proxiable
 class Mac802_11e
          Implementation of IEEE 802_11b.
 

Uses of JistAPI.Proxiable in sidnet.stack.std.mac.ieee802_15_4
 

Subinterfaces of JistAPI.Proxiable in sidnet.stack.std.mac.ieee802_15_4
 interface Mac802_15_4
           
 interface Phy802_15_4
           
 interface PhyInterface
           
static interface PhyInterface.Phy802_15_4
          Extends the default Phy interface with 802_15_4 functions.
 interface RadioInterface_802_15_4
          Defines the interface of all Radio entity implementations.
 interface TimerInterface802_15_4
           
 

Classes in sidnet.stack.std.mac.ieee802_15_4 that implement JistAPI.Proxiable
 class Mac802_15_4Impl
           
 class macAssoRspWaitTimer
           
 class macBackoffTimer
           
 class macBeaconOtherTimer
           
 class macBeaconRxTimer
           
 class macBeaconSearchTimer
           
 class macBeaconTxTimer
           
 class macDataWaitTimer
           
 class macDeferCCATimer
           
 class macExtractTimer
           
 class macRxEnableTimer
           
 class macScanTimer
           
 class macTxOverTimer
           
 class macTxTimer
           
 class p802_15_4Timer
           
 class Phy802_15_4Impl
           
 class Phy802_15_4Timer
           
 class SSCS802_15_4Timer
           
 class ToSleepTimer
           
 class ToSleepTimer2
           
 class WrapperPhy802_15_4Timer
           
 

Uses of JistAPI.Proxiable in sidnet.stack.std.routing.dummyroute
 

Classes in sidnet.stack.std.routing.dummyroute that implement JistAPI.Proxiable
 class DummyRoute
           
 

Uses of JistAPI.Proxiable in sidnet.stack.std.routing.heartbeat
 

Classes in sidnet.stack.std.routing.heartbeat that implement JistAPI.Proxiable
 class HeartbeatProtocol
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.alternating_tree.app
 

Classes in sidnet.stack.users.alternating_tree.app that implement JistAPI.Proxiable
 class App_AlternatingTree
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.alternating_tree.routing
 

Classes in sidnet.stack.users.alternating_tree.routing that implement JistAPI.Proxiable
 class GeographicalTreeRoutingAlternating
           
 class KShortestPathRouting5
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.Bezier.app
 

Classes in sidnet.stack.users.Bezier.app that implement JistAPI.Proxiable
 class AppP2P
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.Bezier.routing
 

Classes in sidnet.stack.users.Bezier.routing that implement JistAPI.Proxiable
 class RouteBezier
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.demo_multi_tree.app
 

Classes in sidnet.stack.users.demo_multi_tree.app that implement JistAPI.Proxiable
 class App_DemoMultiTree
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.demo_multi_tree.routing
 

Classes in sidnet.stack.users.demo_multi_tree.routing that implement JistAPI.Proxiable
 class MultiTreeRouting
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.EECS510.app
 

Classes in sidnet.stack.users.EECS510.app that implement JistAPI.Proxiable
 class App_Assignment2
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.EECS510.routing
 

Classes in sidnet.stack.users.EECS510.routing that implement JistAPI.Proxiable
 class Route_Assignment2
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.k_shortest_path.routing
 

Classes in sidnet.stack.users.k_shortest_path.routing that implement JistAPI.Proxiable
 class KShortestPathRouting
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.marco_project.image_charges.app
 

Classes in sidnet.stack.users.marco_project.image_charges.app that implement JistAPI.Proxiable
 class AppP2P_electrostatic
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.marco_project.image_charges.routing
 

Classes in sidnet.stack.users.marco_project.image_charges.routing that implement JistAPI.Proxiable
 class ElectrostaticRouter
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.sample_p2p.app
 

Classes in sidnet.stack.users.sample_p2p.app that implement JistAPI.Proxiable
 class AppSampleP2P
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.SenSys08.app
 

Classes in sidnet.stack.users.SenSys08.app that implement JistAPI.Proxiable
 class App_TreeBasedAggregation
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.SenSys08.routing
 

Classes in sidnet.stack.users.SenSys08.routing that implement JistAPI.Proxiable
 class GeographicalTreeRouting
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.sigmod.app
 

Classes in sidnet.stack.users.sigmod.app that implement JistAPI.Proxiable
 class App_Sigmod
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.topological_tree_aggregation.routing
 

Classes in sidnet.stack.users.topological_tree_aggregation.routing that implement JistAPI.Proxiable
 class TopologicalTreeRouting
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.triggers_project.app
 

Classes in sidnet.stack.users.triggers_project.app that implement JistAPI.Proxiable
 class App_Triggers
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.waspsample.app
 

Classes in sidnet.stack.users.waspsample.app that implement JistAPI.Proxiable
 class AppWasp
           
 

Uses of JistAPI.Proxiable in sidnet.stack.users.waspsample.routing
 

Classes in sidnet.stack.users.waspsample.routing that implement JistAPI.Proxiable
 class TreeRouting
           
 

Uses of JistAPI.Proxiable in sidnet.utilityviews.statscollector
 

Classes in sidnet.utilityviews.statscollector that implement JistAPI.Proxiable
 class StatsCollector