Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.communications.relationships.SelectionInfo.GraphEdge Class Reference

Public Member Functions

 GraphEdge (AccountDeviceInstance startNode, AccountDeviceInstance endNode)
 
AccountDeviceInstance getEndNode ()
 
AccountDeviceInstance getStartNode ()
 

Detailed Description

Utility class to represent an edge from the graph visualization.

Definition at line 154 of file SelectionInfo.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.communications.relationships.SelectionInfo.GraphEdge.GraphEdge ( AccountDeviceInstance  startNode,
AccountDeviceInstance  endNode 
)

Definition at line 159 of file SelectionInfo.java.

Member Function Documentation

AccountDeviceInstance org.sleuthkit.autopsy.communications.relationships.SelectionInfo.GraphEdge.getEndNode ( )

Definition at line 168 of file SelectionInfo.java.

AccountDeviceInstance org.sleuthkit.autopsy.communications.relationships.SelectionInfo.GraphEdge.getStartNode ( )

Definition at line 164 of file SelectionInfo.java.


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

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