Class FigureProcessor

java.lang.Object
  extended byFigureProcessor

public class FigureProcessor
extends java.lang.Object

A FigureProcessor object determines rhetorical figures in a YaspPoem.


Constructor Summary
FigureProcessor(Figure yf)
          Create an new instance of FigureProcessor.
 
Method Summary
 void run()
          Search for rhetorical figures in the given YaspPoem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FigureProcessor

public FigureProcessor(Figure yf)
Create an new instance of FigureProcessor.

Parameters:
yf - Figure instance to contain the figures detected.
Method Detail

run

public void run()
Search for rhetorical figures in the given YaspPoem.