public class SerializedInfoflowResults extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
int |
getFileFormatVersion()
Gets the format version of the XML file from which this data was read
|
InfoflowPerformanceData |
getPerformanceData()
Gets the performance statistics for this FlowDroid run
|
int |
getResultCount()
Gets the number of data flow results in this object
|
soot.util.MultiMap<SerializedSinkInfo,SerializedSourceInfo> |
getResults()
Gets the results as a map.
|
int |
hashCode() |
boolean |
isEmpty()
Gets whether this data object is empty, i.e., does not contain any data flows
|
public int getResultCount()
public InfoflowPerformanceData getPerformanceData()
null if no performance data has been recordedpublic boolean isEmpty()
public int getFileFormatVersion()
public soot.util.MultiMap<SerializedSinkInfo,SerializedSourceInfo> getResults()
Copyright © 2022 Fraunhofer SIT. All rights reserved.