Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
class | GraphEdge |
class | SelectionSummary |
Public Member Functions | |
SelectionInfo (Set< AccountDeviceInstance > selectedNodes, Set< GraphEdge > selectedEdges, CommunicationsFilter communicationFilter) | |
Set< Account > | getAccounts () |
Set< BlackboardArtifact > | getArtifacts () |
CommunicationsFilter | getCommunicationsFilter () |
Set< GraphEdge > | getSelectedEdges () |
Set< AccountDeviceInstance > | getSelectedNodes () |
SelectionSummary | getSummary () |
Private Attributes | |
Set< BlackboardArtifact > | accountArtifacts = null |
final Set< Account > | accounts |
final CommunicationsFilter | communicationFilter |
final Set< GraphEdge > | selectedEdges |
final Set< AccountDeviceInstance > | selectedNodes |
SelectionSummary | summary = null |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(SelectionInfo.class.getName()) |
Class to wrap the details of the current selection from the AccountBrowser or VisualizationPane
Definition at line 40 of file SelectionInfo.java.
org.sleuthkit.autopsy.communications.relationships.SelectionInfo.SelectionInfo | ( | Set< AccountDeviceInstance > | selectedNodes, |
Set< GraphEdge > | selectedEdges, | ||
CommunicationsFilter | communicationFilter | ||
) |
Wraps the details of the currently selected accounts.
selectedNodes | Selected AccountDeviceInstances |
selectedEdges | Selected pairs of AccountDeviceInstances |
communicationFilter | Currently selected communications filters |
Definition at line 59 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.communicationFilter, org.sleuthkit.autopsy.communications.relationships.SelectionInfo.selectedEdges, and org.sleuthkit.autopsy.communications.relationships.SelectionInfo.selectedNodes.
Set<Account> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getAccounts | ( | ) |
Definition at line 98 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.accounts.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo().
Set<BlackboardArtifact> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getArtifacts | ( | ) |
Definition at line 135 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.accountArtifacts.
CommunicationsFilter org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getCommunicationsFilter | ( | ) |
Returns the currently selected communications filters.
Definition at line 94 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.communicationFilter.
Set<GraphEdge> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getSelectedEdges | ( | ) |
Returns the currently selected edges
Definition at line 85 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.selectedEdges.
Set<AccountDeviceInstance> org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getSelectedNodes | ( | ) |
Returns the currently selected nodes
Definition at line 76 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.selectedNodes.
SelectionSummary org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getSummary | ( | ) |
Definition at line 153 of file SelectionInfo.java.
References org.sleuthkit.autopsy.communications.relationships.SelectionInfo.summary.
Referenced by org.sleuthkit.autopsy.communications.relationships.SummaryViewer.setSelectionInfo().
|
private |
Definition at line 49 of file SelectionInfo.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getArtifacts().
|
private |
Definition at line 47 of file SelectionInfo.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getAccounts().
|
private |
Definition at line 46 of file SelectionInfo.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getCommunicationsFilter(), and org.sleuthkit.autopsy.communications.relationships.SelectionInfo.SelectionInfo().
|
staticprivate |
Definition at line 42 of file SelectionInfo.java.
|
private |
Definition at line 45 of file SelectionInfo.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getSelectedEdges(), and org.sleuthkit.autopsy.communications.relationships.SelectionInfo.SelectionInfo().
|
private |
Definition at line 44 of file SelectionInfo.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getSelectedNodes(), and org.sleuthkit.autopsy.communications.relationships.SelectionInfo.SelectionInfo().
|
private |
Definition at line 50 of file SelectionInfo.java.
Referenced by org.sleuthkit.autopsy.communications.relationships.SelectionInfo.getSummary().
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.