|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ix.examples.PicoIX | +--ix.examples.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.
Inner 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 issues that the simulator addresses as an agent. |
(package private) static class |
PicoISim.SimEvent
Issues that represent scheduled events in the simulation. |
(package private) static class |
PicoISim.SimEventHandler
Handlers for SimEvents. |
Inner classes inherited from class ix.examples.PicoIX |
PicoIX.Constraint, PicoIX.ConstraintManager, PicoIX.Controller, PicoIX.Issue, PicoIX.IssueHandler, 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 |
|
Constructor Detail |
public PicoISim()
Method Detail |
static Symbol SYM(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |