Sea 0.4.0

gov.lbl.dsd.sea.demo
Class StageDemo

java.lang.Object
  extended bygov.lbl.dsd.sea.demo.StageDemo

public class StageDemo
extends Object

Demonstrates how to use the framework with a very basic example. In this example there are two stages. The first stage receives number events that are incrementing over time. It prints the number, adds 1000 to it, and hands the new number to the second stage, which also prints it.

Version:
$Revision: 1.4 $, $Date: 2004/09/16 16:57:15 $

Constructor Summary
StageDemo()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StageDemo

public StageDemo()
Method Detail

main

public static void main(String[] args)

Sea 0.4.0