Package com.cysols.iodef.analysis

This pacakge provides for analyzing events, Event and AggregatedEvent objects are defined and Aggregator, which creates AggregatedEvent from Events, are prepared.

See:
          Description

Interface Summary
AggregatedEventFactory This interface defines a factory method to instantiate a concrete Event instance.
Event This is an interface of the event, which is a target to be aggregated through analyzing.
 

Class Summary
AggregatedEvent This class is an abstract value object which represents an aggregated event generated by analyzing events.
EventAggregator The responsibility of this class is to aggregate the events and to generate AggregatedEvent according to those events.
 

Package com.cysols.iodef.analysis Description

This pacakge provides for analyzing events, Event and AggregatedEvent objects are defined and Aggregator, which creates AggregatedEvent from Events, are prepared.