ostore.dispatch
Class Test
java.lang.Object
|
+--ostore.dispatch.Test
- All Implemented Interfaces:
- Runnable
- public class Test
- extends Object
- implements Runnable
A test program for the classifier.
TODO: add a regression test to pond/regression
- Version:
- $Id: Test.java,v 1.20 2002/07/22 20:54:53 srhea Exp $
- Author:
- Dennis Geels
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Test
public Test(int id,
QueueElementIF event,
Classifier c)
main
public static void main(String[] args)
throws Exception
Exception
one_loop
public void one_loop()
throws SinkFullException
SinkFullException
run
public void run()
- Specified by:
run
in interface Runnable