org.jboss.seam.rest.examples.client.tasks.analyzer
Class LexicalAnalyzer

java.lang.Object
  extended by org.jboss.seam.rest.examples.client.tasks.analyzer.LexicalAnalyzer

@Singleton
public class LexicalAnalyzer
extends Object

This analyzer identifies the most often used word.

Author:
Jozef Hartinger

Nested Class Summary
 class LexicalAnalyzer.MapEntryValueComparator<K,V extends Comparable<V>>
          Compares Map entries based on their values in ascending order.
 
Constructor Summary
LexicalAnalyzer()
           
 
Method Summary
 void processTask(Task task)
           
 void reportResult(ReportResultEvent result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexicalAnalyzer

public LexicalAnalyzer()
Method Detail

processTask

public void processTask(@Observes
                        Task task)

reportResult

public void reportResult(@Observes
                         ReportResultEvent result)


Copyright © 2011 Seam Framework. All Rights Reserved.