nat.presentateur
Class Presentateur

java.lang.Object
  extended by nat.presentateur.Presentateur
Direct Known Subclasses:
PresentateurSans

public abstract class Presentateur
extends java.lang.Object


Field Summary
protected  java.lang.String sortie
           
protected  java.lang.String source
           
protected  long tempsExecution
           
 
Constructor Summary
Presentateur(java.lang.String src, java.lang.String sor)
           
 
Method Summary
 long donneTempsExecution()
           
protected  void encode(java.lang.String charsetSource, java.lang.String charsetCible)
           
abstract  boolean presenter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sortie

protected java.lang.String sortie

source

protected java.lang.String source

tempsExecution

protected long tempsExecution
Constructor Detail

Presentateur

public Presentateur(java.lang.String src,
                    java.lang.String sor)
Method Detail

donneTempsExecution

public long donneTempsExecution()

encode

protected void encode(java.lang.String charsetSource,
                      java.lang.String charsetCible)

presenter

public abstract boolean presenter()