Grosse MàJ

This commit is contained in:
olivier
2008-11-25 22:11:16 +01:00
parent 53195fdfcd
commit 3e719157ea
2980 changed files with 343846 additions and 0 deletions

View File

@ -0,0 +1,37 @@
//
//
// Generated by StarUML(tm) Java Add-In
//
// @ Project : Untitled
// @ File Name : IHM Graphique.java
// @ Date : 14/12/2007
// @ Author :
//
//
package IHM;
/** */
public class IHM Graphique extends Observation.IHMable, Interface {
/** */
private Color couleur;
/** */
private Vektor listeEtat;
/** */
public Observation.IHMable sujets;
/** */
public void Maj() {
}
/** */
public void Maj() {
}
}

View File

@ -0,0 +1,34 @@
//
//
// Generated by StarUML(tm) Java Add-In
//
// @ Project : Untitled
// @ File Name : IHM-Texte.java
// @ Date : 14/12/2007
// @ Author :
//
//
package IHM;
/** */
public class IHM-Texte extends Observation.IHMable, Interface {
/** */
private String texte;
/** */
private String[] listeEtat = "Passez", "Attention", "Stop";
/** */
public void Maj() {
}
/** */
public void Maj() {
}
}

View File

@ -0,0 +1,36 @@
//
//
// Generated by StarUML(tm) Java Add-In
//
// @ Project : Untitled
// @ File Name : Interface.java
// @ Date : 14/12/2007
// @ Author :
//
//
package IHM;
/** */
public class Interface extends Observation.IHMable {
/** */
public M<EFBFBD>tier.Feu tricolore monFeu;
/** */
public void click() {
}
/** */
public void setFeu(Feu monFeu) {
}
/** */
public void Maj() {
}
}