ix.examples
Class SimResource

java.lang.Object
  |
  +--ix.examples.SimResource

public class SimResource
extends java.lang.Object

Simple resource constraints for use with PicoISim.


Inner Class Summary
(package private) static class SimResource.CM
          A constraint manager for simple "produce" or "consume" resource constraints.
(package private) static class SimResource.Constraint
          Simple "produce" or "consume" resource constraints.
(package private) static class SimResource.ISim
           
 
Field Summary
(package private) static Symbol S_CONSUME
           
(package private) static Symbol S_PRODUCE
           
(package private) static Symbol S_RESOURCE
           
 
Constructor Summary
SimResource()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

S_RESOURCE

static final Symbol S_RESOURCE

S_PRODUCE

static final Symbol S_PRODUCE

S_CONSUME

static final Symbol S_CONSUME
Constructor Detail

SimResource

public SimResource()