|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JistAPI.Entity | |
---|---|
jist.minisim | JiST demo, benchmark and test simulation programs. |
jist.runtime | Provides the entire JiST (Java in Simulation Time) runtime framework and simulation time functionality. |
sidnet.stack.std.mac.ieee802_15_4 |
Uses of JistAPI.Entity in jist.minisim |
---|
Classes in jist.minisim that implement JistAPI.Entity | |
---|---|
class |
block
Blocking channel entity demo/test. |
static class |
cont.entity
Entity to test continuation entity calls. |
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. |
class |
mem_events
Measures memory overhead of events in JiST. |
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.Entity in jist.runtime |
---|
Classes in jist.runtime that implement JistAPI.Entity | |
---|---|
class |
BlockingSleep
Implements API support for blocking sleeps. |
class |
Channel
Implements a single-slot channel ala Communicating Sequential Processes (CSP) by Hoare. |
Fields in jist.runtime declared as JistAPI.Entity | |
---|---|
static JistAPI.Entity |
JistAPI.THIS
Entity reference for 'this'. |
Methods in jist.runtime that return JistAPI.Entity | |
---|---|
static JistAPI.Entity |
JistAPI.ref(JistAPI.Entity entity)
Get Entity reference for given Entity. |
Methods in jist.runtime with parameters of type JistAPI.Entity | |
---|---|
static JistAPI.Entity |
JistAPI.ref(JistAPI.Entity entity)
Get Entity reference for given Entity. |
Uses of JistAPI.Entity in sidnet.stack.std.mac.ieee802_15_4 |
---|
Classes in sidnet.stack.std.mac.ieee802_15_4 that implement JistAPI.Entity | |
---|---|
class |
Mac802_15_4Handler
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |