public class TabulationSolver.Result extends Object implements TabulationResult<T,P,F>
| Constructor and Description |
|---|
TabulationSolver.Result() |
| Modifier and Type | Method and Description |
|---|---|
TabulationProblem<T,P,F> |
getProblem() |
com.ibm.wala.util.intset.IntSet |
getResult(T node)
get the bitvector of facts that hold at the entry to a given node
|
Collection<PathEdge<T>> |
getSeeds() |
com.ibm.wala.util.intset.IntSet |
getSummaryTargets(T n1,
int d1,
T n2) |
Collection<T> |
getSupergraphNodesReached() |
String |
toString() |
public com.ibm.wala.util.intset.IntSet getResult(T node)
getResult in interface TabulationResult<T,P,F>node - a node in the supergraphpublic TabulationProblem<T,P,F> getProblem()
getProblem in interface TabulationResult<T,P,F>public Collection<T> getSupergraphNodesReached()
getSupergraphNodesReached in interface TabulationResult<T,P,F>public com.ibm.wala.util.intset.IntSet getSummaryTargets(T n1, int d1, T n2)
getSummaryTargets in interface TabulationResult<T,P,F>n1 - d1 - n2 - public Collection<PathEdge<T>> getSeeds()
Copyright © 2015. All rights reserved.