forked from lebotlan/BE-Graphes
Added getCoutRealie for Label
This commit is contained in:
parent
fcfa9e05eb
commit
f80f2a348c
1 changed files with 5 additions and 1 deletions
|
|
@ -25,6 +25,10 @@ public class Label {
|
|||
return pere;
|
||||
}
|
||||
|
||||
public int getCoutRealise() {
|
||||
return coutRealise;
|
||||
}
|
||||
|
||||
public int getCost() {
|
||||
return coutRealise;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue