示例#1
0
 public Set<Turn> getTurns() {
   return Turn.load(getContainer(), Constants.TURN_ROLE_FROM, getOutgoingRoadEnd().getWay());
 }