org.datamanager.simpleton
Class DocumentTermMatrixBuilderSimpleton

java.lang.Object
  |
  +--org.datamanager.kernel.Simpleton
        |
        +--org.datamanager.kernel.GuiSimpleton
              |
              +--org.datamanager.simpleton.DocumentTermMatrixBuilderSimpleton
All Implemented Interfaces:
EventHandler

public class DocumentTermMatrixBuilderSimpleton
extends GuiSimpleton
implements EventHandler

This simpletion will handle the AddEntityPoolEvent. If the entity is a Email Event, it will try to get its WordFrequencyyMapEntityValue and add these word, entity, word's frequency into DocumentTermMatrix


Nested Class Summary
 
Nested classes inherited from class org.datamanager.kernel.Simpleton
Simpleton.Information, Simpleton.Priority
 
Constructor Summary
DocumentTermMatrixBuilderSimpleton()
           
 
Method Summary
 void handle(DataManagerEvent dataManagerEvent)
          Handle a DataManagerEvent that has been fired.
 void process()
          Performs the work of this Simpleton.
 
Methods inherited from class org.datamanager.kernel.GuiSimpleton
dispose, exportComponent, exportComponent
 
Methods inherited from class org.datamanager.kernel.Simpleton
clone, getInformation, getPriority, setInformation, setPriority, start
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentTermMatrixBuilderSimpleton

public DocumentTermMatrixBuilderSimpleton()
Method Detail

process

public void process()
Description copied from class: Simpleton
Performs the work of this Simpleton. Simpleton implementation must override this class.

Specified by:
process in class Simpleton

handle

public void handle(DataManagerEvent dataManagerEvent)
Description copied from interface: EventHandler
Handle a DataManagerEvent that has been fired.

Specified by:
handle in interface EventHandler
Parameters:
dataManagerEvent - The event to handle.


See the Helium Website