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

Packages that use Pattern
org.softevo.ample.eval   
 

Uses of Pattern in org.softevo.ample.eval
 

Fields in org.softevo.ample.eval declared as Pattern
private  Pattern PatternAndWeight.pattern
           
 

Methods in org.softevo.ample.eval that return Pattern
 Pattern PatternAndWeight.getPattern()
           
 

Constructors in org.softevo.ample.eval with parameters of type Pattern
PatternAndWeight(Pattern pattern, double weight, int failingRunsContainingPattern, int passingRunsContainingPattern)