jwutil.graphs
Interface PathNumbering.Selector

Enclosing class:
PathNumbering

public static interface PathNumbering.Selector


Method Summary
 boolean isImportant(java.lang.Object a, java.lang.Object b, java.math.BigInteger num)
          Return true if the edge a->b is important.
 boolean isImportant(SCComponent scc1, SCComponent scc2, java.math.BigInteger num)
          Return true if the edge scc1->scc2 is important.
 

Method Detail

isImportant

boolean isImportant(SCComponent scc1,
                    SCComponent scc2,
                    java.math.BigInteger num)
Return true if the edge scc1->scc2 is important.


isImportant

boolean isImportant(java.lang.Object a,
                    java.lang.Object b,
                    java.math.BigInteger num)
Return true if the edge a->b is important.



Copyright © 2004-2008 SUIF Compiler Group. All Rights Reserved.