Uses of Class
org.softevo.ample.eval.ClassNameWithWeight

Packages that use ClassNameWithWeight
org.softevo.ample.eval   
org.softevo.ample.ui.views   
 

Uses of ClassNameWithWeight in org.softevo.ample.eval
 

Methods in org.softevo.ample.eval that return ClassNameWithWeight
 ClassNameWithWeight[] AverageSequenceWeightEvaluator.calculateRanking()
           
 

Uses of ClassNameWithWeight in org.softevo.ample.ui.views
 

Fields in org.softevo.ample.ui.views declared as ClassNameWithWeight
private  ClassNameWithWeight[] RankingContentProvider.ranking
           
 

Methods in org.softevo.ample.ui.views with parameters of type ClassNameWithWeight
 void RankingView.setInput(ClassNameWithWeight[] ranking, java.util.HashMap classNameToJavaTypeMap, java.util.HashMap classNameToPatternDifferencesMap, InstrumentationConfiguration config)