ikbs.learning.identification
Interface IdentificationArbreInter

All Known Implementing Classes:
EditeurClassification, TesterIdentification

public interface IdentificationArbreInter


Method Summary
 void afficherIdentificationArbre(java.util.Vector v)
           
 void afficherInfo(java.lang.String s)
           
 void afficherTestIdentArbre(int nbGoodIdent, int nbBadIdent, int nbUnknownIdent)
           
 void setCase(Case c)
           
 

Method Detail

afficherIdentificationArbre

void afficherIdentificationArbre(java.util.Vector v)

afficherInfo

void afficherInfo(java.lang.String s)

setCase

void setCase(Case c)

afficherTestIdentArbre

void afficherTestIdentArbre(int nbGoodIdent,
                            int nbBadIdent,
                            int nbUnknownIdent)