| Constructor and Description |
|---|
CallgraphPathSearch() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Getter for the field
label. |
ArrayList<List<com.sap.psr.vulas.shared.json.model.ConstructId>> |
getPaths()
Getter for the field
paths. |
com.sap.psr.vulas.shared.util.StopWatch |
getStopWatch()
getStopWatch.
|
void |
run() |
CallgraphPathSearch |
setCallback(ReachabilityAnalyzer _analyzer)
setCallback.
|
CallgraphPathSearch |
setCallgraph(Callgraph _g)
setCallgraph.
|
CallgraphPathSearch |
setEntrypoints(Set<com.sap.psr.vulas.shared.json.model.ConstructId> entrypoints)
Setter for the field
entrypoints. |
CallgraphPathSearch |
setLabel(String _label)
Setter for the field
label. |
CallgraphPathSearch |
setShortestPaths(boolean shortestPaths)
Setter for the field
shortestPaths. |
CallgraphPathSearch |
setTargetpoints(Set<com.sap.psr.vulas.shared.json.model.ConstructId> targetpoints)
Setter for the field
targetpoints. |
public CallgraphPathSearch setCallgraph(Callgraph _g)
setCallgraph.
_g - a Callgraph object.CallgraphPathSearch object.public CallgraphPathSearch setLabel(String _label)
Setter for the field label.
_label - a String object.CallgraphPathSearch object.public CallgraphPathSearch setShortestPaths(boolean shortestPaths)
Setter for the field shortestPaths.
shortestPaths - a boolean.CallgraphPathSearch object.public CallgraphPathSearch setEntrypoints(Set<com.sap.psr.vulas.shared.json.model.ConstructId> entrypoints)
Setter for the field entrypoints.
entrypoints - a Set object.CallgraphPathSearch object.public CallgraphPathSearch setTargetpoints(Set<com.sap.psr.vulas.shared.json.model.ConstructId> targetpoints)
Setter for the field targetpoints.
targetpoints - a Set object.CallgraphPathSearch object.public CallgraphPathSearch setCallback(ReachabilityAnalyzer _analyzer)
setCallback.
_analyzer - a ReachabilityAnalyzer object.CallgraphPathSearch object.public ArrayList<List<com.sap.psr.vulas.shared.json.model.ConstructId>> getPaths()
Getter for the field paths.
ArrayList object.public com.sap.psr.vulas.shared.util.StopWatch getStopWatch()
getStopWatch.
StopWatch object.Copyright © 2018–2020. All rights reserved.