edu.isi.powerloom.semantic_web
Class Collector

java.lang.Object
  extended by edu.isi.powerloom.semantic_web.Collector
Direct Known Subclasses:
EvalCollector, ListCollector, StreamCollector

public abstract class Collector
extends java.lang.Object

An abstract class for collecting the results of translations. This provides an interface for providing both a batch and a streaming system for doing the translations.


Constructor Summary
Collector()
           
 
Method Summary
abstract  void insert(Stella_Object item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Collector

public Collector()
Method Detail

insert

public abstract void insert(Stella_Object item)