|
Autopsy
4.5.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.timeline.datamodel.MultiEvent< EventCluster >.
Public Member Functions | |
| EventStripe (EventCluster cluster) | |
| boolean | equals (Object obj) |
| ImmutableSortedSet< EventCluster > | getClusters () |
| String | getDescription () |
| DescriptionLoD | getDescriptionLoD () |
| long | getEndMillis () |
| ImmutableSet< Long > | getEventIDs () |
| ImmutableSet< Long > | getEventIDsWithHashHits () |
| ImmutableSet< Long > | getEventIDsWithTags () |
| EventType | getEventType () |
| Optional< EventCluster > | getParent () |
| Optional< EventStripe > | getParentStripe () |
| long | getStartMillis () |
| int | hashCode () |
| String | toString () |
| EventStripe | withParent (EventCluster parent) |
Static Public Member Functions | |
| static EventStripe | merge (EventStripe u, EventStripe v) |
Private Member Functions | |
| EventStripe (EventCluster parent, EventType type, String description, DescriptionLoD lod, SortedSet< EventCluster > clusters, ImmutableSet< Long > eventIDs, ImmutableSet< Long > tagged, ImmutableSet< Long > hashHits) | |
| EventStripe (EventStripe u, EventStripe v) | |
Private Attributes | |
| final ImmutableSortedSet< EventCluster > | clusters |
| final String | description |
| final ImmutableSet< Long > | eventIDs |
| final ImmutableSet< Long > | hashHits |
| final DescriptionLoD | lod |
| final EventCluster | parent |
| final ImmutableSet< Long > | tagged |
| final EventType | type |
A 'collection' of EventClusters, all having the same type, description, and zoom levels, but not necessarily close together in time.
Definition at line 37 of file EventStripe.java.
|
private |
Definition at line 91 of file EventStripe.java.
References org.sleuthkit.autopsy.timeline.datamodel.EventStripe.clusters, org.sleuthkit.autopsy.timeline.datamodel.EventStripe.description, org.sleuthkit.autopsy.timeline.datamodel.EventStripe.eventIDs, org.sleuthkit.autopsy.timeline.datamodel.EventCluster.getStartMillis(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.hashHits, org.sleuthkit.autopsy.timeline.datamodel.EventStripe.lod, org.sleuthkit.autopsy.timeline.datamodel.EventStripe.parent, org.sleuthkit.autopsy.timeline.datamodel.EventStripe.tagged, and org.sleuthkit.autopsy.timeline.datamodel.EventStripe.type.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.equals(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.merge(), and org.sleuthkit.autopsy.timeline.datamodel.EventStripe.withParent().
| org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe | ( | EventCluster | cluster | ) |
Definition at line 103 of file EventStripe.java.
References org.sleuthkit.autopsy.timeline.datamodel.EventCluster.getDescription(), org.sleuthkit.autopsy.timeline.datamodel.EventCluster.getDescriptionLoD(), org.sleuthkit.autopsy.timeline.datamodel.EventCluster.getEventIDs(), org.sleuthkit.autopsy.timeline.datamodel.EventCluster.getEventIDsWithHashHits(), org.sleuthkit.autopsy.timeline.datamodel.EventCluster.getEventIDsWithTags(), org.sleuthkit.autopsy.timeline.datamodel.EventCluster.getEventType(), org.sleuthkit.autopsy.timeline.datamodel.EventCluster.getStartMillis(), and org.sleuthkit.autopsy.timeline.datamodel.EventCluster.withParent().
|
private |
Definition at line 117 of file EventStripe.java.
References org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getClusters(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getDescription(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getDescriptionLoD(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getEventIDs(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getEventIDsWithHashHits(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getEventIDsWithTags(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getEventType(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getParent(), and org.sleuthkit.autopsy.timeline.datamodel.EventCluster.getStartMillis().
| boolean org.sleuthkit.autopsy.timeline.datamodel.EventStripe.equals | ( | Object | obj | ) |
Definition at line 216 of file EventStripe.java.
References org.sleuthkit.autopsy.timeline.datamodel.EventStripe.clusters, org.sleuthkit.autopsy.timeline.datamodel.EventStripe.description, org.sleuthkit.autopsy.timeline.datamodel.EventStripe.eventIDs, org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.lod, and org.sleuthkit.autopsy.timeline.datamodel.EventStripe.type.
| ImmutableSortedSet< EventCluster> org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getClusters | ( | ) |
Definition at line 195 of file EventStripe.java.
References org.sleuthkit.autopsy.timeline.datamodel.EventStripe.clusters.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe().
| String org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getDescription | ( | ) |
Definition at line 155 of file EventStripe.java.
References org.sleuthkit.autopsy.timeline.datamodel.EventStripe.description.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe().
| DescriptionLoD org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getDescriptionLoD | ( | ) |
Definition at line 165 of file EventStripe.java.
References org.sleuthkit.autopsy.timeline.datamodel.EventStripe.lod.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe().
| long org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getEndMillis | ( | ) |
Definition at line 190 of file EventStripe.java.
| ImmutableSet<Long> org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getEventIDs | ( | ) |
Definition at line 170 of file EventStripe.java.
References org.sleuthkit.autopsy.timeline.datamodel.EventStripe.eventIDs.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe().
| ImmutableSet<Long> org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getEventIDsWithHashHits | ( | ) |
Definition at line 175 of file EventStripe.java.
References org.sleuthkit.autopsy.timeline.datamodel.EventStripe.hashHits.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe().
| ImmutableSet<Long> org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getEventIDsWithTags | ( | ) |
Definition at line 180 of file EventStripe.java.
References org.sleuthkit.autopsy.timeline.datamodel.EventStripe.tagged.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe().
| EventType org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getEventType | ( | ) |
Definition at line 160 of file EventStripe.java.
References org.sleuthkit.autopsy.timeline.datamodel.EventStripe.type.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe().
| Optional<EventCluster> org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getParent | ( | ) |
Definition at line 142 of file EventStripe.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe(), and org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getParentStripe().
| Optional<EventStripe> org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getParentStripe | ( | ) |
Definition at line 146 of file EventStripe.java.
References org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getParent().
| long org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getStartMillis | ( | ) |
Definition at line 185 of file EventStripe.java.
Referenced by org.sleuthkit.autopsy.timeline.db.EventDB.mergeClustersToStripes().
| int org.sleuthkit.autopsy.timeline.datamodel.EventStripe.hashCode | ( | ) |
Definition at line 205 of file EventStripe.java.
|
static |
Definition at line 39 of file EventStripe.java.
References org.sleuthkit.autopsy.timeline.datamodel.EventStripe.description, org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.lod, org.sleuthkit.autopsy.timeline.datamodel.EventStripe.parent, and org.sleuthkit.autopsy.timeline.datamodel.EventStripe.type.
Referenced by org.sleuthkit.autopsy.timeline.db.EventDB.mergeClustersToStripes().
| String org.sleuthkit.autopsy.timeline.datamodel.EventStripe.toString | ( | ) |
Definition at line 200 of file EventStripe.java.
| EventStripe org.sleuthkit.autopsy.timeline.datamodel.EventStripe.withParent | ( | EventCluster | parent | ) |
Definition at line 84 of file EventStripe.java.
References org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe().
|
private |
Definition at line 51 of file EventStripe.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.equals(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe(), and org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getClusters().
|
private |
the common description of all the events
Definition at line 61 of file EventStripe.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.equals(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getDescription(), and org.sleuthkit.autopsy.timeline.datamodel.EventStripe.merge().
|
private |
the set of ids of the events
Definition at line 71 of file EventStripe.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.equals(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe(), and org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getEventIDs().
|
private |
the ids of the subset of events that have at least one hash set hit
Definition at line 82 of file EventStripe.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe(), and org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getEventIDsWithHashHits().
|
private |
the description level of detail that the events were clustered at.
Definition at line 66 of file EventStripe.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.equals(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getDescriptionLoD(), and org.sleuthkit.autopsy.timeline.datamodel.EventStripe.merge().
|
private |
Definition at line 49 of file EventStripe.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe(), and org.sleuthkit.autopsy.timeline.datamodel.EventStripe.merge().
|
private |
the ids of the subset of events that have at least one tag applied to them
Definition at line 77 of file EventStripe.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe(), and org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getEventIDsWithTags().
|
private |
the type of all the events
Definition at line 56 of file EventStripe.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.EventStripe.equals(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.EventStripe(), org.sleuthkit.autopsy.timeline.datamodel.EventStripe.getEventType(), and org.sleuthkit.autopsy.timeline.datamodel.EventStripe.merge().
Copyright © 2012-2016 Basis Technology. Generated on: Tue Feb 20 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.