joeq.Compiler.Analysis.IPA
Class PA.StringMethodSelector
java.lang.Object
joeq.Compiler.Analysis.IPA.PA.StringMethodSelector
- All Implemented Interfaces:
- jwutil.graphs.PathNumbering.Selector
- Enclosing class:
- PA
public class PA.StringMethodSelector
- extends Object
- implements jwutil.graphs.PathNumbering.Selector
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isImportant
public boolean isImportant(jwutil.graphs.SCComponent scc1,
jwutil.graphs.SCComponent scc2,
BigInteger num)
- Return true if the edge scc1->scc2 is important.
- Specified by:
isImportant
in interface jwutil.graphs.PathNumbering.Selector
isImportant
public boolean isImportant(Object a,
Object b,
BigInteger num)
- Return true if the edge a->b is important.
- Specified by:
isImportant
in interface jwutil.graphs.PathNumbering.Selector
Copyright © 2001-2008 John Whaley. All Rights Reserved.