Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.events.AggregateEvent Class Reference

Public Member Functions

 AggregateEvent (Interval spanningInterval, EventType type, Set< Long > eventIDs, String description, DescriptionLOD lod)
 
 AggregateEvent (Interval spanningInterval, EventType type, List< String > events, String description, DescriptionLOD lod)
 
Interval getSpan ()
 
Set< Long > getEventIDs ()
 
String getDescription ()
 
EventType getType ()
 
DescriptionLOD getLOD ()
 

Static Public Member Functions

static AggregateEvent merge (AggregateEvent ag1, AggregateEvent ag2)
 

Private Attributes

final Interval span
 
final EventType type
 
final Set< Long > eventIDs
 
final String description
 
final DescriptionLOD lod
 

Detailed Description

An event that represent a set of other events aggregated together. All the sub events should have the same type and matching descriptions at the designated 'zoom level'.

Definition at line 38 of file AggregateEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.events.AggregateEvent.AggregateEvent ( Interval  spanningInterval,
EventType  type,
Set< Long >  eventIDs,
String  description,
DescriptionLOD  lod 
)
org.sleuthkit.autopsy.timeline.events.AggregateEvent.AggregateEvent ( Interval  spanningInterval,
EventType  type,
List< String >  events,
String  description,
DescriptionLOD  lod 
)

Member Function Documentation

String org.sleuthkit.autopsy.timeline.events.AggregateEvent.getDescription ( )
Set<Long> org.sleuthkit.autopsy.timeline.events.AggregateEvent.getEventIDs ( )
DescriptionLOD org.sleuthkit.autopsy.timeline.events.AggregateEvent.getLOD ( )
Interval org.sleuthkit.autopsy.timeline.events.AggregateEvent.getSpan ( )
EventType org.sleuthkit.autopsy.timeline.events.AggregateEvent.getType ( )
static AggregateEvent org.sleuthkit.autopsy.timeline.events.AggregateEvent.merge ( AggregateEvent  ag1,
AggregateEvent  ag2 
)
static

Member Data Documentation

final String org.sleuthkit.autopsy.timeline.events.AggregateEvent.description
private
final Set<Long> org.sleuthkit.autopsy.timeline.events.AggregateEvent.eventIDs
private
final DescriptionLOD org.sleuthkit.autopsy.timeline.events.AggregateEvent.lod
private
final Interval org.sleuthkit.autopsy.timeline.events.AggregateEvent.span
private
final EventType org.sleuthkit.autopsy.timeline.events.AggregateEvent.type
private

The documentation for this class was generated from the following file:

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.