Gets the connected places @return the two connected places
()
| 62 | * @return the two connected places |
| 63 | */ |
| 64 | public Place[] getPlaces(){ |
| 65 | return places; |
| 66 | } |
| 67 | |
| 68 | /** |
| 69 | * Checks whether a certain place is connected with this path |
no outgoing calls