planet.simulate
Interface IEvent

All Known Implementing Classes:
Event

public interface IEvent

Author:
Pedro García, Carles Pairot To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

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

Method Detail

getFrom

Id getFrom()

getTo

Id getTo()

getType

int getType()

getTimes

int getTimes()

getTime

int getTime()