Porównaj commity
2 commits
d7ca7a2be8
...
d751d66e7a
Autor | SHA1 | Data | |
---|---|---|---|
d751d66e7a | |||
19fecc4486 |
2 zmienionych plików z 4 dodań i 4 usunięć
|
@ -6,10 +6,10 @@ import org.insa.graphs.model.Arc;
|
|||
import org.insa.graphs.model.Node;
|
||||
|
||||
public class Label implements Comparable<Label> {
|
||||
protected Node sommet;
|
||||
protected boolean marque;
|
||||
protected double cost;
|
||||
protected Arc parent;
|
||||
private Node sommet;
|
||||
private boolean marque;
|
||||
private double cost;
|
||||
private Arc parent;
|
||||
|
||||
|
||||
|
||||
|
|
Plik binarny nie jest wyświetlany.
Ładowanie…
Reference in a new issue