src
Class Espace

java.lang.Object
  extended by src.SuiteDeChar
      extended by src.Vocabulaire
          extended by src.Espace

public class Espace
extends Vocabulaire


Constructor Summary
Espace()
           
 
Method Summary
 int compterMots()
          Compute the number of words.
 int compterVoyelles()
          Compute the number of vowels.
 boolean estLettre()
           
 boolean estMot()
          Test if it is a single word or not.
 java.lang.String toString()
          String representation.
 Espace toutesMinus()
          Lower case letter.
 
Methods inherited from class src.Vocabulaire
longueur
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Espace

public Espace()
Method Detail

toString

public java.lang.String toString()
Description copied from class: SuiteDeChar
String representation.

Specified by:
toString in class SuiteDeChar

estLettre

public boolean estLettre()
Overrides:
estLettre in class Vocabulaire

compterMots

public int compterMots()
Description copied from class: SuiteDeChar
Compute the number of words.

Specified by:
compterMots in class SuiteDeChar
Returns:

estMot

public boolean estMot()
Description copied from class: SuiteDeChar
Test if it is a single word or not.

Specified by:
estMot in class SuiteDeChar
Returns:

compterVoyelles

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

Specified by:
compterVoyelles in class SuiteDeChar
Returns:

toutesMinus

public Espace toutesMinus()
Lower case letter.

Specified by:
toutesMinus in class SuiteDeChar
Returns: