Autopsy  4.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.ui.AbstractVisualizationPane< X, Y, NodeType 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 462 of file AbstractVisualizationPane.java.

Member Data Documentation

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

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

Definition at line 467 of file AbstractVisualizationPane.java.

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

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

Definition at line 472 of file AbstractVisualizationPane.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.