|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecticar.event.IcarRapportAnalyseEvent
Cette classe contient le rapport d'analyse produit par le système de
classification pour un tracé donné.
Plus précisement, elle contient:
- l'identifiant de la classe reconnue
- une chaine de caractère explicitant les détails de reconnaissance
Constructor Summary | |
IcarRapportAnalyseEvent(java.lang.Object source,
java.lang.String motif,
java.lang.String message)
Construit l'évenement du rapport d'analyse |
Method Summary | |
java.lang.String |
getMessage()
Renvoie le message à transmettre |
java.lang.String |
getMotif()
Renvoie le motif de la classe reconnu |
java.lang.Object |
getSource()
Renvoie la source de l'évenement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IcarRapportAnalyseEvent(java.lang.Object source, java.lang.String motif, java.lang.String message)
source
- la source ayant déclenché l'évenementmotif
- l'identifiant de la classe reconnuemessage
- le détail de la reconnaissance de la classeMethod Detail |
public java.lang.Object getSource()
public java.lang.String getMotif()
public java.lang.String getMessage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |