Class RhymeDetective

java.lang.Object
  extended byRhymeDetective

public class RhymeDetective
extends java.lang.Object

A RhymeDetective detects the rhyme of a YaspPoem.


Constructor Summary
RhymeDetective()
          Create an instance of RhymeDetective.
 
Method Summary
 void detectRhymes(YaspPoem poem)
          Detect the rhyme scheme of the YaspPoem and set it to the poem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RhymeDetective

public RhymeDetective()
Create an instance of RhymeDetective.

Method Detail

detectRhymes

public void detectRhymes(YaspPoem poem)
Detect the rhyme scheme of the YaspPoem and set it to the poem.