Package ix.examples

A simple version of an I-X framework (PicoIX) plus examples of its use.

See:
          Description

Class Summary
PicoISim A simple example using an I-X framework.
PicoISim.IX_Simulator An IX_System for discrete event simulation.
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.
PicoISim.SimEvent Issues that represent scheduled events in the simulation.
PicoISim.SimEventHandler Handlers for SimEvents.
PicoISimTest1 A simple example using an I-X framework.
PicoISimTest2 A simple example using an I-X framework.
PicoISimTest2.TestSimController  
PicoISimTest2.TestSimulator  
PicoISimTest3 A simple example using an I-X framework.
PicoISimTest3.ResourceEvent  
PicoISimTest3.ResourceEventHandler  
PicoIX A simple example of an I-X framework.
PicoIX.Constraint A simple, generic structure for constraints.
PicoIX.ConstraintManager A class that provides some basic structure, and some support methods, for constraint managers.
PicoIX.Controller A very simple controller.
PicoIX.Issue Our issues contain a verb and an object.
PicoIX.IssueHandler A class that provides some basic structure, and some support methods, for issue handlers.
PicoIX.IX_System A simple I-X entity with its own thread.
PicoIX.IX_SystemListener Information is sent out via a listener.
PicoIX.ModelManager A simple constraint model.
PicoIXTest1 A simple example using an I-X framework.
PicoIXTest1.PIX  
PicoIXTest2 A simple example using an I-X framework.
PicoIXTest2.TestController A Controller that supports pushIssue().
PicoIXTest2.TestIssueHandler IssueHandlers that can use pushIssue().
SimResource Simple resource constraints for use with PicoISim.
SimResource.CM A constraint manager for simple "produce" or "consume" resource constraints.
SimResource.Constraint Simple "produce" or "consume" resource constraints.
SimResource.ISim  
 

Package ix.examples Description

A simple version of an I-X framework (PicoIX) plus examples of its use.

For more information, see the index to the examples.