src
Class SuiteDeChar

java.lang.Object
  extended by src.SuiteDeChar

public abstract class SuiteDeChar
extends java.lang.Object


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

Constructor Detail

SuiteDeChar

public SuiteDeChar()
Method Detail

longueur

public abstract int longueur()
Compute the number of letters and spaces.

Returns:
the length

compterVoyelles

public abstract int compterVoyelles()
Compute the number of vowels.

Returns:
int

compterMots

public abstract int compterMots()
Compute the number of words.

Returns:
int

toString

public abstract java.lang.String toString()
String representation.

Overrides:
toString in class java.lang.Object
Returns:
string

toutesMinus

public abstract SuiteDeChar toutesMinus()
Lower case all letters.

Returns:
suite

estMot

public abstract boolean estMot()
Test if it is a single word or not.

Returns:
boolean