Gets the exit directions @return The two exit directions
()
| 80 | * @return The two exit directions |
| 81 | */ |
| 82 | public String[] getExitDirections(){ |
| 83 | return exitdirections; |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * Gets the exit direction of a place p used in this path |
no outgoing calls