Class Mapa

java.lang.Object
  extended by Mapa

public class Mapa
extends java.lang.Object


Method Summary
 java.util.ArrayList<java.lang.Integer> getEventos()
           
 float getInstanteEvento()
           
 void put(int tipoEvt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

put

public void put(int tipoEvt)

getEventos

public java.util.ArrayList<java.lang.Integer> getEventos()

getInstanteEvento

public float getInstanteEvento()