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 activities that the simulator addresses as an agent.
PicoISim.SimEvent Activities 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.Activity Our activities contain a verb and an object.
PicoIX.ActivityHandler A class that provides some basic structure, and some support methods, for activity handlers.
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.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.TestActivityHandler ActivityHandlers that can use pushActivity().
PicoIXTest2.TestController A Controller that supports pushActivity().
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.