src
Class Consonne

java.lang.Object
  extended by src.SuiteDeChar
      extended by src.Vocabulaire
          extended by src.Lettre
              extended by src.Consonne
Direct Known Subclasses:
Lettre_D, Lettre_L, Lettre_N, Lettre_S

public abstract class Consonne
extends Lettre


Constructor Summary
Consonne()
           
 
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

Consonne

public Consonne()
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: