Class Label
- java.lang.Object
-
- org.insa.graphs.algorithm.shortestpath.Label
-
public class Label extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actualiser(double cout, Arc pere)
double
getCost()
Arc
getPere()
Node
getSommetCourant()
boolean
isMarque()
void
marquer()
-
-
-
Constructor Detail
-
Label
public Label(Node init_Node)
-
-