Trull

Uses of Class
edu.luc.cs.trull.SingleChildCombinator

Packages that use SingleChildCombinator
edu.luc.cs.trull Contains all the classes for building systems in Trull, a framework for concurrent programming with objects, threads, and events in Java. 
edu.luc.cs.trull.demo.counter Demonstrates how bounded counters, control buttons, and clocks can be composed (run demo 1 run demo 1a run demo 2 run demo 3 run demo 4 run demo 5 run demo 6). 
edu.luc.cs.trull.demo.office Demonstrates an environmental control system for an office building (run this demo). 
edu.luc.cs.trull.demo.rmi Provides a small distributed demo based on a simple RMI peer-to-peer architecture. 
edu.luc.cs.trull.demo.wristwatch Demonstrates a simple wristwatch (run this demo). 
 

Uses of SingleChildCombinator in edu.luc.cs.trull
 

Subclasses of SingleChildCombinator in edu.luc.cs.trull
 class AwaitAll
          A conjunctive await.
 class Local
          A combinator for hiding events within a component.
 class Loop
          A combinator that provides looping.
 class Rename
          A combinator for event renaming and event hiding.
 class Suspend
          A combinator for mapping sets of events to a component's lifecycle methods suspend and resume.
 

Uses of SingleChildCombinator in edu.luc.cs.trull.demo.counter
 

Subclasses of SingleChildCombinator in edu.luc.cs.trull.demo.counter
 class CarryCounter
          A carry counter suitable for building a multi-digit counter.
 class CompositeCounter
          A composite counter suitable for building a multi-digit counter from two existing carry counters.
 class Haltable
          A preemption wrapper around a component.
 class Pauseable
          A suspend/resume wrapper around a component.
 

Uses of SingleChildCombinator in edu.luc.cs.trull.demo.office
 

Subclasses of SingleChildCombinator in edu.luc.cs.trull.demo.office
 class Office
          An office in an office building.
 class OfficeControl
          An office control logic that switches between occupant control and economy control.
 class TemperatureStableOffice
          A temperature-stabilized office.
 

Uses of SingleChildCombinator in edu.luc.cs.trull.demo.rmi
 

Subclasses of SingleChildCombinator in edu.luc.cs.trull.demo.rmi
(package private)  class TestComponent
          The main logic of the demo component.
 

Uses of SingleChildCombinator in edu.luc.cs.trull.demo.wristwatch
 

Subclasses of SingleChildCombinator in edu.luc.cs.trull.demo.wristwatch
 class WristWatch
          The top-level control logic for the wristwatch.
 


Trull

http://www.cs.luc.edu/trull/