src
Class Voyelle

java.lang.Object
  extended by src.SuiteDeChar
      extended by src.Vocabulaire
          extended by src.Lettre
              extended by src.Voyelle
Direct Known Subclasses:
Lettre_A, Lettre_E, Lettre_I, Lettre_U

public abstract class Voyelle
extends Lettre


Constructor Summary
Voyelle()
           
 
Method Summary
 int compterVoyelles()
          Compute the number of vowels.
 boolean estVoyelle()
           
 
Methods inherited from class src.Lettre
compterMots, estMot, iemeMot, isMajuscule, majusculiser, minusculiser, setMajuscule, toutesMinus
 
Methods inherited from class src.Vocabulaire
estLettre, longueur
 
Methods inherited from class src.SuiteDeChar
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Voyelle

public Voyelle()
Method Detail

estVoyelle

public boolean estVoyelle()
Specified by:
estVoyelle in class Lettre

compterVoyelles

public int compterVoyelles()
Description copied from class: SuiteDeChar
Compute the number of vowels.

Specified by:
compterVoyelles in class Lettre
Returns: