Package Clases

Examples of Clases.Mundo


      this.capacidadRestante = 450.0;
      this.origen = Aldea.ARAGAEY;
    this.posicionActual = this.getOrigen();
    this.destino = Aldea.CENEDE;
    this.acoplado = new ArrayList<Cofre>();
        this.mundo = new Mundo();
        this.aldeasVisitadas = new ArrayList<String>();
        aldeasVisitadas.add(posicionActual);
        this.disMin = -1;
        this.disRecorrida = 0;
        this.distanciasMin = mundo.distanciasMinimas();
View Full Code Here


    @Override
    public void initState() {
      posicionArqueologo = "Aragaey";
      inicio = "Aragaey";
      destino = "Bresol";
        mundo = new Mundo();
        this.distMinimas = mundo.distanciasMinimas();
    }
View Full Code Here

TOP

Related Classes of Clases.Mundo

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.