| Constructor and Description |
|---|
CallgraphReachableSearch() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<NodeMetaInformation>> |
getReachableConstructs()
Getter for the field
reachableConstructs. |
Map<String,Set<List<NodeMetaInformation>>> |
getTouchPoints()
Getter for the field
touchPoints. |
void |
run() |
CallgraphReachableSearch |
setAppConstructs(Set<com.sap.psr.vulas.shared.json.model.ConstructId> _app_constructs)
Setter for the field
appConstructs. |
CallgraphReachableSearch |
setCallback(ReachabilityAnalyzer _analyzer)
setCallback.
|
CallgraphReachableSearch |
setCallgraph(Callgraph _g)
setCallgraph.
|
CallgraphReachableSearch |
setFindTouchPoints(boolean _ft)
Setter for the field
findTouchPoints. |
CallgraphReachableSearch |
setMinMax(int _min,
int _max)
setMinMax.
|
public CallgraphReachableSearch setCallgraph(Callgraph _g)
setCallgraph.
_g - a Callgraph object.CallgraphReachableSearch object.public CallgraphReachableSearch setFindTouchPoints(boolean _ft)
Setter for the field findTouchPoints.
_ft - a boolean.CallgraphReachableSearch object.public CallgraphReachableSearch setCallback(ReachabilityAnalyzer _analyzer)
setCallback.
_analyzer - a ReachabilityAnalyzer object.CallgraphReachableSearch object.public CallgraphReachableSearch setMinMax(int _min, int _max)
setMinMax.
_min - a int._max - a int.CallgraphReachableSearch object.public CallgraphReachableSearch setAppConstructs(Set<com.sap.psr.vulas.shared.json.model.ConstructId> _app_constructs)
Setter for the field appConstructs.
_app_constructs - a Set object.CallgraphReachableSearch object.public Map<String,Set<List<NodeMetaInformation>>> getTouchPoints()
Getter for the field touchPoints.
Map object.public Map<String,Set<NodeMetaInformation>> getReachableConstructs()
Getter for the field reachableConstructs.
Map object.Copyright © 2018–2020. All rights reserved.