aa4mm.basic.event_type
Class SimulEvent

java.lang.Object
  extended by aa4mm.basic.event_type.SimulEvent
All Implemented Interfaces:
java.io.Serializable

public abstract class SimulEvent
extends java.lang.Object
implements java.io.Serializable

Author:
julien siebert This class represents a simulation event (without validity bounds). TODO not used yet as an abstract class because JAVA inheritance
See Also:
Serialized Form

Field Summary
protected  boolean isEmpty
           
 
Constructor Summary
SimulEvent()
           
 
Method Summary
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isEmpty

protected boolean isEmpty
Constructor Detail

SimulEvent

public SimulEvent()
Method Detail

isEmpty

public boolean isEmpty()