soot.jimple.toolkits.callgraph
Interface EdgePredicate

All Known Implementing Classes:
ExplicitEdgesPred, InstanceInvokeEdgesPred

public interface EdgePredicate

An interface for predicates on edges, used to specify which edges should or shouldn't be included as part of a particular subgraph.


Method Summary
 boolean want(Edge e)
          Returns true iff the edge e is wanted.
 

Method Detail

want

public boolean want(Edge e)
Returns true iff the edge e is wanted.