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

Private Attributes

final String branch
 
final String leaf
 

Detailed Description

A simple data object used to represent a partial date as up to two parts. A low frequency part (branch) containing all but the most specific element, and a highest frequency part (leaf) containing the most specific element. The branch and leaf names come from thinking of the space of all date times as a tree with higher frequency information further from the root. If there is only one part, it will be in the branch and the leaf will equal an empty string

Definition at line 393 of file AbstractVisualization.java.

Member Data Documentation

final String org.sleuthkit.autopsy.timeline.ui.AbstractVisualization< X, Y, N extends Node, >.TwoPartDateTime.branch
private

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

Definition at line 396 of file AbstractVisualization.java.

final String org.sleuthkit.autopsy.timeline.ui.AbstractVisualization< X, Y, N extends Node, >.TwoPartDateTime.leaf
private

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

Definition at line 399 of file AbstractVisualization.java.


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.