public class PrunedGraphGetPaths extends AbstractGetPaths
PrunedGraphGetPaths class.
graph, nodeId| Constructor and Description |
|---|
PrunedGraphGetPaths(com.ibm.wala.util.graph.Graph<Integer> _graph,
ArrayList<com.sap.psr.vulas.shared.json.model.ConstructId> _nodeid)
Constructor for PrunedGraphGetPaths.
|
| Modifier and Type | Method and Description |
|---|---|
HashSet<LinkedList<com.sap.psr.vulas.shared.json.model.ConstructId>> |
getAllPaths(com.sap.psr.vulas.shared.json.model.ConstructId _src,
com.sap.psr.vulas.shared.json.model.ConstructId _tgt)
getAllPaths.
|
public HashSet<LinkedList<com.sap.psr.vulas.shared.json.model.ConstructId>> getAllPaths(com.sap.psr.vulas.shared.json.model.ConstructId _src, com.sap.psr.vulas.shared.json.model.ConstructId _tgt)
getAllPaths.
getAllPaths in class AbstractGetPaths_src - a ConstructId object._tgt - a ConstructId object.HashSet object.Copyright © 2018–2020. All rights reserved.