public interface Events<E extends Event>
extends java.lang.Iterable<E>
This class represents a set of objects Event. The user must choose his own
data structure and define the constuctors. For an easy way to declare and
use a set of events see <\c>EventsCollection<\c>, which is an extension of Events.
Author:
Andres Sarmiento and Germán Riaño - Universidad de Los Andes