Autopsy  4.12.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 238 of file SelectionInfo.java.

Constructor & Destructor Documentation

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

Definition at line 243 of file SelectionInfo.java.

Member Function Documentation

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

Definition at line 252 of file SelectionInfo.java.

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

Definition at line 248 of file SelectionInfo.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.