|
Packages |
| triveni |
This package contains all the classes for building systems in Triveni,
a component framework for concurrent programming with threads and events. |
| triveni.demo |
This package contains common classes used in the Triveni demos. |
| triveni.demo.battleship |
This package provides a simple battleship demo. |
| triveni.demo.counter |
This package demonstrates how bounded counters, control buttons, and clocks
can be composed. |
| triveni.demo.microwave |
This package provides a microwave applet demo. |
| triveni.demo.office |
An environmental control system for an office building. |
| triveni.demo.remote |
This package provides a simple distributed peer-to-peer demo. |
| triveni.remote |
This package provides support for a simple RMI-based peer-to-peer architecture. |
| triveni.tl |
This package implements temporal logic expressions in Java. |
Triveni is a component framework for concurrent programming with threads
and events. Triveni supports the modular design of event-driven systems
through combinators that operate on abstract behaviors. Triveni has been
realized as JavaTriveni, a Java API compatible with Java 1.1.x and up.