Class Edge

java.lang.Object
  |
  +--Edge

class Edge
extends java.lang.Object

Définition d'un lien entre deux étiquettes.


Field Summary
(package private)  int from
           
(package private)  double len
           
(package private)  int to
           
 
Constructor Summary
(package private) Edge()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

from

int from

to

int to

len

double len
Constructor Detail

Edge

Edge()