Package it.polito.appeal.traci

Examples of it.polito.appeal.traci.Lane.queryReadParentEdge()


  }
 
  @Test
  public void testGetBelongingEdge() throws IOException {
    Lane lane = conn.getLaneRepository().getByID("beg_0");
    Edge edge = lane.queryReadParentEdge().get();
    assertEquals("beg", edge.getID());
  }
 
  @Test
//  @Ignore // its duration may be annoying; feel free to comment this
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.