|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.examples.PicoIX ix.examples.PicoISim
public class PicoISim
A simple example using an I-X framework. This example shows how to extend PicoIX for a particular application type, in this case discrete event simulation.
Nested Class Summary | |
---|---|
(package private) static class |
PicoISim.IX_Simulator
An IX_System for discrete event simulation. |
(package private) static class |
PicoISim.SimController
The controller for a simulator handles an agenda of simulated events as well as the agenda of activities that the simulator addresses as an agent. |
(package private) static class |
PicoISim.SimEvent
Activities that represent scheduled events in the simulation. |
(package private) static class |
PicoISim.SimEventHandler
Handlers for SimEvents. |
Nested classes/interfaces inherited from class ix.examples.PicoIX |
---|
PicoIX.Activity, PicoIX.ActivityHandler, PicoIX.Constraint, PicoIX.ConstraintManager, PicoIX.Controller, PicoIX.IX_System, PicoIX.IX_SystemListener, PicoIX.ModelManager |
Constructor Summary | |
---|---|
PicoISim()
|
Method Summary | |
---|---|
(package private) static Symbol |
SYM(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PicoISim()
Method Detail |
---|
static Symbol SYM(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |