Graphe
Class Graphe

java.lang.Object
  |
  +--Graphe.Graphe

public class Graphe
extends java.lang.Object


Field Summary
 float[][] arc
           
 ListePonderee.Couple[] noeuds
           
 
Constructor Summary
Graphe()
           
 
Method Summary
 float poidsArc(java.lang.String m1, java.lang.String m2)
           
 void vector2graphe(java.util.Vector v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

noeuds

public ListePonderee.Couple[] noeuds

arc

public float[][] arc
Constructor Detail

Graphe

public Graphe()
Method Detail

vector2graphe

public void vector2graphe(java.util.Vector v)

poidsArc

public float poidsArc(java.lang.String m1,
                      java.lang.String m2)