Examples of convertWaysToEdges()


Examples of test.de.hpi.eworld.util.ModelManagerMockUp.convertWaysToEdges()

  public void testExportModel() throws ParserConfigurationException, SAXException, FileNotFoundException, IOException {
    //load test data
    ModelManager mm = ModelManager.getInstance();
    //use mm mockup to count the element occurences for export verification
    ModelManagerMockUp mmMockUp = ModelManagerMockUp.getInstance();
    mmMockUp.convertWaysToEdges();
    mm.addObserver(mmMockUp);
    //ok, now actually load the .ewd file
   
    PersistenceManager.getInstance().loadFromFile("./resources/export/berlin_test.ewd");
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.