|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JistAPI.Timeless in driver |
---|
Subinterfaces of JistAPI.Timeless 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.Timeless | |
---|---|
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.Timeless in jist.minisim |
---|
Subinterfaces of JistAPI.Timeless 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.Timeless | |
---|---|
class |
block
Blocking channel entity demo/test. |
static class |
cont.entity
Entity to test continuation entity calls. |
static class |
contproxy.entity
Benchmark proxy entity. |
class |
donotrewrite
Hello World of simulations, but with rewritting DISABLED. |
class |
entity
Measures infrastructure memory overhead of entities in JiST. |
static class |
events.entity
Event throughput benchmark entity. |
class |
hello
Hello World of simulations. |
class |
hello_loop
A slightly more sophisticated Hello World of simulations to show the difference between blocking and non-blocking events. |
static class |
isentity.myEntity
a dummy regular entity. |
static class |
isentity.myObject
a dummy proxy entity. |
class |
mem_events
Measures memory overhead of events in JiST. |
static class |
proxy.entity
Benchmark proxy entity. |
class |
sleepblock
A slightly more sophisticated Hello World of simulations to show the difference between blocking and non-blocking events. |
class |
trace
Test trace facility, by throwing an exception. |
class |
unthreaded
An example to show why you don't always need threads in an event-oriented environment. |
Uses of JistAPI.Timeless in jist.runtime |
---|
Subinterfaces of JistAPI.Timeless in jist.runtime | |
---|---|
static interface |
JistAPI.Entity
Tags a simulation object as an Entity. |
static interface |
JistAPI.Proxiable
Tags an object as a target for a Proxy Entity. |
Classes in jist.runtime that implement JistAPI.Timeless | |
---|---|
class |
BlockingSleep
Implements API support for blocking sleeps. |
class |
Channel
Implements a single-slot channel ala Communicating Sequential Processes (CSP) by Hoare. |
Uses of JistAPI.Timeless in jist.swans.app |
---|
Subinterfaces of JistAPI.Timeless in jist.swans.app | |
---|---|
interface |
AppInterface
Interface for Application entities. |
static interface |
AppJava.Runnable
|
Classes in jist.swans.app that implement JistAPI.Timeless | |
---|---|
class |
AppHeartbeat
Heartbeat application. |
class |
AppJava
Entity harness for standard Java applications. |
Uses of JistAPI.Timeless in jist.swans.app.lang |
---|
Classes in jist.swans.app.lang that implement JistAPI.Timeless | |
---|---|
class |
SimtimeThread
SWANS simulation time implementation of a Java thread. |
Uses of JistAPI.Timeless in jist.swans.field |
---|
Subinterfaces of JistAPI.Timeless in jist.swans.field | |
---|---|
interface |
FieldInterface
Interface for Field entities. |
Classes in jist.swans.field that implement JistAPI.Timeless | |
---|---|
class |
Field
An abstract parent of Field implementations, which contains the common code. |
Uses of JistAPI.Timeless in jist.swans.mac |
---|
Subinterfaces of JistAPI.Timeless 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.Timeless | |
---|---|
class |
Mac802_11
Implementation of IEEE 802_11b. |
class |
MacDumb
A dumb, pass-through mac implementation. |
class |
MacInfo
Mac properties. |
static class |
MacInfo.MacInfoShared
Timeless information possibly shared among numerous Mac instances (only to save simulation memory). |
static class |
MacInfo.MacInfoUnique
Timeless information unique to a single Mac instance. |
class |
MacLoop
A loopback mac implementation. |
class |
MacMessage
Defines the various message used by the Mac entity. |
static class |
MacMessage.Ack
An 802_11 Acknowlege packet. |
static class |
MacMessage.Cts
An 802_11 Clear-To-Send packet. |
static class |
MacMessage.Data
An 802_11 Data packet. |
static class |
MacMessage.Rts
An 802_11 Request-To-Send packet. |
Uses of JistAPI.Timeless in jist.swans.misc |
---|
Subinterfaces of JistAPI.Timeless in jist.swans.misc | |
---|---|
interface |
Message
Interface of all packets sent around the various SWANS layers. |
Classes in jist.swans.misc that implement JistAPI.Timeless | |
---|---|
class |
Location
Location (of a node). |
static class |
Location.Location2D
A planar location implementation. |
static class |
Location.Location3D
A three-dimensional location implementation. |
class |
MessageBytes
Implementation of Message interface that carries
around byte arrays. |
class |
MessageNest
Implementation of Message interface that performs
message nesting (header, data). |
Uses of JistAPI.Timeless in jist.swans.net |
---|
Subinterfaces of JistAPI.Timeless in jist.swans.net | |
---|---|
interface |
NetInterface
Defines the interface of all Network layer entity implementations. |
Classes in jist.swans.net that implement JistAPI.Timeless | |
---|---|
class |
NetIp
IPv4 implementation based on RFC 791. |
class |
NetMessage
Network packet. |
static class |
NetMessage.Ip
IPv4 network packet. |
static class |
NetMessage.IpOption
A generic IP packet option. |
static class |
NetMessage.IpOptionSourceRoute
An IP packet source route option. |
class |
QueuedMessage
A message object that can be queued in MessageQueue . |
Uses of JistAPI.Timeless in jist.swans.radio |
---|
Subinterfaces of JistAPI.Timeless in jist.swans.radio | |
---|---|
interface |
RadioInterface
Defines the interface of all Radio entity implementations. |
Classes in jist.swans.radio that implement JistAPI.Timeless | |
---|---|
class |
RadioInfo
Radio properties. |
static class |
RadioInfo.RadioInfoShared
Timeless information possibly shared among numerous Radio instances (only to save simulation memory. |
static class |
RadioInfo.RadioInfoUnique
Timeless information unique to a single Radio instance. |
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.Timeless in jist.swans.route |
---|
Subinterfaces of JistAPI.Timeless 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. |
static interface |
RouteInterface.Zrp.MessageBrp
BRP (Bordercast Resolution Protocol) packet interface. |
static interface |
RouteInterface.Zrp.MessageIarp
IARP (IntrAzone Routing Protocol) packet interface. |
static interface |
RouteInterface.Zrp.MessageIerp
IERP (IntErzone Routing Protocol) packet interface. |
static interface |
RouteInterface.Zrp.MessageNdp
NDP (Node Discovery Protocol) packet interface. |
static interface |
RouteInterface.Zrp.MessageZrp
General ZRP (Zone Routing Protocol) packet interface. |
Classes in jist.swans.route that implement JistAPI.Timeless | |
---|---|
class |
RouteAodv
Ad-hoc On-demand Distance Vector (AODV) Routing Protocol Implementation. |
class |
RouteDsr
An implementation of the Dynamic Source Routing protocol. |
class |
RouteDsrMsg
A message with a DSR Options header. |
class |
RouteZrp
Zone Routing Protocol Implementation. |
static class |
RouteZrpZdp.MessageZdp
ZDP (Zone Discovery Protocol) packet. |
Uses of JistAPI.Timeless in jist.swans.trans |
---|
Subinterfaces of JistAPI.Timeless 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.Timeless | |
---|---|
class |
TcpServerSocket
SWANS Implementation of Server Socket entity. |
class |
TcpSocket
SWANS Implementation of Socket entity. |
static class |
TransInterface.TransMessage
Super-class of all transport layer packets. |
class |
TransTcp
Implementation of TCP Transport Layer. |
static class |
TransTcp.TcpMessage
Data structure for TCP Message. |
static class |
TransTcp.TcpOptions
Implementation for TCP Options. |
class |
TransUdp
UDP implementation. |
static class |
TransUdp.UdpMessage
UDP packet structure. |
Uses of JistAPI.Timeless in shaohua_project.sweep.app |
---|
Classes in shaohua_project.sweep.app that implement JistAPI.Timeless | |
---|---|
class |
AppSweep
|
Uses of JistAPI.Timeless in shaohua_project.sweep.routing |
---|
Classes in shaohua_project.sweep.routing that implement JistAPI.Timeless | |
---|---|
class |
MessageData
DataP2P packet. |
class |
MessageDataP2P
DataP2P packet. |
class |
MessageQueryP2P
DataP2P packet. |
class |
MessageSourceDiscovery
DataP2P packet. |
class |
MessageSweepRequest
DataP2P packet. |
class |
NZMessage
|
class |
ShortestGeographicalPathRouting
|
class |
SweepRouting
|
Uses of JistAPI.Timeless in sidnet.core.interfaces |
---|
Subinterfaces of JistAPI.Timeless in sidnet.core.interfaces | |
---|---|
interface |
Header
|
interface |
Payload
|
interface |
SimulationTimeRunnable
|
Uses of JistAPI.Timeless in sidnet.core.misc |
---|
Subinterfaces of JistAPI.Timeless in sidnet.core.misc | |
---|---|
interface |
ProxiableTimerInterface
|
interface |
TimerInterface
|
Classes in sidnet.core.misc that implement JistAPI.Timeless | |
---|---|
class |
EmptyMessage
|
Uses of JistAPI.Timeless in sidnet.core.simcontrol |
---|
Classes in sidnet.core.simcontrol that implement JistAPI.Timeless | |
---|---|
class |
SimManager
|
Uses of JistAPI.Timeless in sidnet.models.energy.energyconsumptionmodels |
---|
Classes in sidnet.models.energy.energyconsumptionmodels that implement JistAPI.Timeless | |
---|---|
class |
EnergyManagementImpl
|
Uses of JistAPI.Timeless in sidnet.stack.driver |
---|
Subinterfaces of JistAPI.Timeless in sidnet.stack.driver | |
---|---|
interface |
MainLineInterface
|
Classes in sidnet.stack.driver that implement JistAPI.Timeless | |
---|---|
class |
GenericTimer
|
class |
MainLine
|
class |
PhyImpl
|
Uses of JistAPI.Timeless in sidnet.stack.std.mac |
---|
Classes in sidnet.stack.std.mac that implement JistAPI.Timeless | |
---|---|
class |
Mac802_11e
Implementation of IEEE 802_11b. |
Uses of JistAPI.Timeless in sidnet.stack.std.mac.ieee802_15_4 |
---|
Subinterfaces of JistAPI.Timeless 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.Timeless | |
---|---|
class |
hdr_cmn
|
class |
hdr_lrwpan
|
class |
hdr_mac
|
class |
Mac802_15_4Handler
|
class |
Mac802_15_4Impl
|
class |
macAssoRspWaitTimer
|
class |
macBackoffTimer
|
class |
macBeaconOtherTimer
|
class |
macBeaconRxTimer
|
class |
macBeaconSearchTimer
|
class |
macBeaconTxTimer
|
class |
macDataWaitTimer
|
class |
macDeferCCATimer
|
class |
macExtractTimer
|
class |
MacMessage_802_15_4
|
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.Timeless in sidnet.stack.std.routing.dummyroute |
---|
Classes in sidnet.stack.std.routing.dummyroute that implement JistAPI.Timeless | |
---|---|
class |
DummyRoute
|
Uses of JistAPI.Timeless in sidnet.stack.std.routing.heartbeat |
---|
Classes in sidnet.stack.std.routing.heartbeat that implement JistAPI.Timeless | |
---|---|
class |
HeartbeatProtocol
|
class |
MessageHeartbeat
|
Uses of JistAPI.Timeless in sidnet.stack.users.alternating_tree.app |
---|
Classes in sidnet.stack.users.alternating_tree.app that implement JistAPI.Timeless | |
---|---|
class |
App_AlternatingTree
|
Uses of JistAPI.Timeless in sidnet.stack.users.alternating_tree.routing |
---|
Classes in sidnet.stack.users.alternating_tree.routing that implement JistAPI.Timeless | |
---|---|
class |
GeographicalTreeRoutingAlternating
|
class |
KShortestPathRouting5
|
class |
MessageInitP2P
|
Uses of JistAPI.Timeless in sidnet.stack.users.Bezier.app |
---|
Classes in sidnet.stack.users.Bezier.app that implement JistAPI.Timeless | |
---|---|
class |
AppP2P
|
Uses of JistAPI.Timeless in sidnet.stack.users.Bezier.routing |
---|
Classes in sidnet.stack.users.Bezier.routing that implement JistAPI.Timeless | |
---|---|
class |
MessageBezier
|
class |
RouteBezier
|
Uses of JistAPI.Timeless in sidnet.stack.users.demo_multi_tree.app |
---|
Classes in sidnet.stack.users.demo_multi_tree.app that implement JistAPI.Timeless | |
---|---|
class |
App_DemoMultiTree
|
Uses of JistAPI.Timeless in sidnet.stack.users.demo_multi_tree.routing |
---|
Classes in sidnet.stack.users.demo_multi_tree.routing that implement JistAPI.Timeless | |
---|---|
class |
Message_MultiTree
|
class |
MultiTreeRouting
|
Uses of JistAPI.Timeless in sidnet.stack.users.EECS510.app |
---|
Classes in sidnet.stack.users.EECS510.app that implement JistAPI.Timeless | |
---|---|
class |
App_Assignment2
|
Uses of JistAPI.Timeless in sidnet.stack.users.EECS510.routing |
---|
Classes in sidnet.stack.users.EECS510.routing that implement JistAPI.Timeless | |
---|---|
class |
Route_Assignment2
|
Uses of JistAPI.Timeless in sidnet.stack.users.k_shortest_path.routing |
---|
Classes in sidnet.stack.users.k_shortest_path.routing that implement JistAPI.Timeless | |
---|---|
class |
KShortestPathRouting
|
Uses of JistAPI.Timeless in sidnet.stack.users.marco_project.image_charges.app |
---|
Classes in sidnet.stack.users.marco_project.image_charges.app that implement JistAPI.Timeless | |
---|---|
class |
AppP2P_electrostatic
|
Uses of JistAPI.Timeless in sidnet.stack.users.marco_project.image_charges.routing |
---|
Classes in sidnet.stack.users.marco_project.image_charges.routing that implement JistAPI.Timeless | |
---|---|
class |
AckMessage
|
class |
DataMessage
|
class |
ElectrostaticRouter
|
class |
QueryMessage
|
class |
RreqMessage
|
class |
UpdateMessage
|
Uses of JistAPI.Timeless in sidnet.stack.users.sample_p2p.app |
---|
Classes in sidnet.stack.users.sample_p2p.app that implement JistAPI.Timeless | |
---|---|
class |
AppSampleP2P
|
Uses of JistAPI.Timeless in sidnet.stack.users.SenSys08.app |
---|
Classes in sidnet.stack.users.SenSys08.app that implement JistAPI.Timeless | |
---|---|
class |
App_TreeBasedAggregation
|
Uses of JistAPI.Timeless in sidnet.stack.users.SenSys08.routing |
---|
Classes in sidnet.stack.users.SenSys08.routing that implement JistAPI.Timeless | |
---|---|
class |
AggregationBean
|
class |
GeographicalTreeRouting
|
class |
Message_Aggregation
|
class |
Message_AggregationTreeChildrenNotification
|
class |
Message_AggregationTreeConstructor
|
Uses of JistAPI.Timeless in sidnet.stack.users.sigmod.app |
---|
Classes in sidnet.stack.users.sigmod.app that implement JistAPI.Timeless | |
---|---|
class |
App_Sigmod
|
Uses of JistAPI.Timeless in sidnet.stack.users.topological_tree_aggregation.routing |
---|
Classes in sidnet.stack.users.topological_tree_aggregation.routing that implement JistAPI.Timeless | |
---|---|
class |
TopologicalTreeRouting
|
Uses of JistAPI.Timeless in sidnet.stack.users.triggers_project.app |
---|
Classes in sidnet.stack.users.triggers_project.app that implement JistAPI.Timeless | |
---|---|
class |
App_Triggers
|
Uses of JistAPI.Timeless in sidnet.stack.users.triggers_project.routing |
---|
Classes in sidnet.stack.users.triggers_project.routing that implement JistAPI.Timeless | |
---|---|
class |
MessageP2P
|
class |
NotificationMessage
|
class |
SignalMessage
|
class |
YesNoMessage
|
Uses of JistAPI.Timeless in sidnet.stack.users.waspsample.app |
---|
Classes in sidnet.stack.users.waspsample.app that implement JistAPI.Timeless | |
---|---|
class |
AppWasp
|
Uses of JistAPI.Timeless in sidnet.stack.users.waspsample.routing |
---|
Classes in sidnet.stack.users.waspsample.routing that implement JistAPI.Timeless | |
---|---|
class |
QueryMsg
|
class |
RoutingMsg
|
class |
TreeRouting
|
Uses of JistAPI.Timeless in sidnet.utilityviews.statscollector |
---|
Classes in sidnet.utilityviews.statscollector that implement JistAPI.Timeless | |
---|---|
class |
ExclusionStatEntry
|
class |
StatEntry_AliveNodesCount
|
class |
StatEntry_AverageEnergyLeftPercentage
|
class |
StatEntry_AverageNeighborsCount
|
class |
StatEntry_DeadNodesCount
|
class |
StatEntry_DeadNodesPercentage
|
class |
StatEntry_EnergyLeftPercentage
|
class |
StatEntry_EnergySTDEV
|
class |
StatEntry_MaximumEnergyLeftPercentage
|
class |
StatEntry_MaximumNeighborsCount
|
class |
StatEntry_MinimumEnergyLeftPercentage
|
class |
StatEntry_MinimumNeighborsCount
|
class |
StatsCollector
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |