Uses of Interface
org.jactr.tools.itr.ortho.ISliceAnalyzer

Packages that use ISliceAnalyzer
org.jactr.tools.itr.ortho   
org.jactr.tools.itr.ortho.exec   
 

Uses of ISliceAnalyzer in org.jactr.tools.itr.ortho
 

Methods in org.jactr.tools.itr.ortho that return types with arguments of type ISliceAnalyzer
static java.util.Collection<ISliceAnalyzer> Parser.buildAnalyzers(org.w3c.dom.Document document)
           
 

Methods in org.jactr.tools.itr.ortho with parameters of type ISliceAnalyzer
 void OrthogonalSliceAnalyzer.add(ISliceAnalyzer analyzer)
           
 

Uses of ISliceAnalyzer in org.jactr.tools.itr.ortho.exec
 

Classes in org.jactr.tools.itr.ortho.exec that implement ISliceAnalyzer
 class ExecAnalyzer
          default slice analyzer that has a single parameter AnalysisScript which will be executed when the analysis is requested.