Package modelo.policia

Examples of modelo.policia.Velocidad


  private Velocidad velocidad;

  @Before
  public void setUp() {
    int kmPorHora = 100;
    this.velocidad = new Velocidad(kmPorHora);
  }
View Full Code Here


    // Creo Turno
    Turno turno = new Turno(locacionInicial);
    this.turno = turno;

    // Creo Velocidad
    Velocidad velocidad = new Velocidad(700);
    this.velocidad = velocidad;

  }
View Full Code Here

TOP

Related Classes of modelo.policia.Velocidad

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.