planet.simulate
Class SampleGenerator

java.lang.Object
  extended byplanet.simulate.SampleGenerator
All Implemented Interfaces:
IEventGenerator

public class SampleGenerator
extends java.lang.Object
implements IEventGenerator

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

Constructor Summary
SampleGenerator(Id id, Id target, int type, int times)
           
SampleGenerator(java.lang.String id, java.lang.String target, int type, int times)
           
 
Method Summary
 IEvent generate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleGenerator

public SampleGenerator(Id id,
                       Id target,
                       int type,
                       int times)

SampleGenerator

public SampleGenerator(java.lang.String id,
                       java.lang.String target,
                       int type,
                       int times)
Method Detail

generate

public IEvent generate()
Specified by:
generate in interface IEventGenerator