Uses of Interface
edu.udo.cs.wvtool.config.WVTConfigurationRule

Packages that use WVTConfigurationRule
edu.udo.cs.wvtool.config Provides classes connected with the dynamic configuration of the tool. 
 

Uses of WVTConfigurationRule in edu.udo.cs.wvtool.config
 

Classes in edu.udo.cs.wvtool.config that implement WVTConfigurationRule
 class WVTConfigurationFact
          Class used to simplify the process of creating rules, in cases, in which simply a constant value is returned.
 

Methods in edu.udo.cs.wvtool.config with parameters of type WVTConfigurationRule
 void WVTConfiguration.setConfigurationRule(java.lang.String step, WVTConfigurationRule rule)
          Set a rule for a given step.