Vergelijk commits
2 commits
d7ca7a2be8
...
d751d66e7a
Author | SHA1 | Date | |
---|---|---|---|
d751d66e7a | |||
19fecc4486 |
2 changed files with 4 additions and 4 deletions
|
@ -6,10 +6,10 @@ import org.insa.graphs.model.Arc;
|
||||||
import org.insa.graphs.model.Node;
|
import org.insa.graphs.model.Node;
|
||||||
|
|
||||||
public class Label implements Comparable<Label> {
|
public class Label implements Comparable<Label> {
|
||||||
protected Node sommet;
|
private Node sommet;
|
||||||
protected boolean marque;
|
private boolean marque;
|
||||||
protected double cost;
|
private double cost;
|
||||||
protected Arc parent;
|
private Arc parent;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
Laden…
Reference in a new issue