Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.ui.AbstractTimelineChart< X, Y, NodeType extends Node, >.TwoPartDateTime Class Reference

Private Attributes

final String context
 
final String specifics
 

Detailed Description

A simple data object used to represent a partial date as up to two parts. A low frequency part (context) containing all but the most specific element, and a highest frequency part containing the most specific element. If there is only one part, it will be in the context and the specifics will equal an empty string

Definition at line 452 of file AbstractTimelineChart.java.

Member Data Documentation

final String org.sleuthkit.autopsy.timeline.ui.AbstractTimelineChart< X, Y, NodeType extends Node, >.TwoPartDateTime.context
private

The low frequency part of a date/time eg 2001-May-4

Definition at line 457 of file AbstractTimelineChart.java.

final String org.sleuthkit.autopsy.timeline.ui.AbstractTimelineChart< X, Y, NodeType extends Node, >.TwoPartDateTime.specifics
private

The highest frequency part of a date/time eg 14 (2pm)

Definition at line 462 of file AbstractTimelineChart.java.


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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.