Package de.hpi.eworld.model.db.data

Examples of de.hpi.eworld.model.db.data.CityModel


  /**
   * Creates a new {@code CityModel} instance, adds it to the
   * {@code ModelManager} and connects the number models to this new instance.
   */
  private void createCity() {
    CityModel city = new CityModel();
    ModelManager modelManager = ModelManager.getInstance();
    modelManager.addModelElement(city);

    carPersonRelationModel.clear();
    carPersonRelationModel.add(city);
View Full Code Here

TOP

Related Classes of de.hpi.eworld.model.db.data.CityModel

Copyright © 2018 www.massapicom. 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.