src
Class Vocabulaire

java.lang.Object
  extended by src.SuiteDeChar
      extended by src.Vocabulaire
Direct Known Subclasses:
Espace, Lettre

public abstract class Vocabulaire
extends SuiteDeChar


Constructor Summary
Vocabulaire()
           
 
Method Summary
 boolean estLettre()
           
 int longueur()
          Compute the number of letters and spaces.
 
Methods inherited from class src.SuiteDeChar
compterMots, compterVoyelles, estMot, toString, toutesMinus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Vocabulaire

public Vocabulaire()
Method Detail

estLettre

public boolean estLettre()

longueur

public int longueur()
Description copied from class: SuiteDeChar
Compute the number of letters and spaces.

Specified by:
longueur in class SuiteDeChar
Returns: