Trull

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

Packages that use Control
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.battleship Provides a simple battleship demo (run this demo). 
 

Uses of Control in edu.luc.cs.trull
 

Subclasses of Control in edu.luc.cs.trull
 class AwaitOne
          A disjunctive await.
 class Watching
          A combinator for event-based preemption.
 

Uses of Control in edu.luc.cs.trull.demo.battleship
 

Subclasses of Control in edu.luc.cs.trull.demo.battleship
(package private)  class Ship
          A ship of a given length and witdh.
 


Trull

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