sims.ihm.graph
Class Cellule

java.lang.Object
  extended by sims.ihm.graph.Cellule

public class Cellule
extends java.lang.Object

Une cellule represente une structure a deux elements, le premier element etant la valeur de la cellule (un entier), le deuxieme element etant une reference sur la cellule suivante


Field Summary
 Cellule suivant
           
 int valeur
           
 
Constructor Summary
Cellule(int valeur)
          Construit une Cellule vide
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valeur

public int valeur

suivant

public Cellule suivant
Constructor Detail

Cellule

public Cellule(int valeur)
Construit une Cellule vide