planet.simulate
Interface IEvent

All Known Implementing Classes:
Event

public interface IEvent

Author:
Pedro García, Carles Pairot

Method Summary
 Id getFrom()
           
 int getTime()
           
 int getTimes()
           
 Id getTo()
           
 int getType()
           
 

Method Detail

getFrom

public Id getFrom()

getTo

public Id getTo()

getType

public int getType()

getTimes

public int getTimes()

getTime

public int getTime()