public class TabulationSolver.Result extends java.lang.Object implements TabulationResult<T,P,F>
| Constructor and Description |
|---|
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
|
java.util.Collection<PathEdge<T>> |
getSeeds() |
com.ibm.wala.util.intset.IntSet |
getSummaryTargets(T n1,
int d1,
T n2) |
java.util.Collection<T> |
getSupergraphNodesReached() |
java.lang.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 java.lang.String toString()
toString in class java.lang.Objectpublic TabulationProblem<T,P,F> getProblem()
getProblem in interface TabulationResult<T,P,F>public java.util.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>