Uses of Class
viper.filters.RuleHolder

Packages that use RuleHolder
viper.comparison Provides the classes necessary to compare Descriptors, including a simple command line application useful for generating graphs between a large number of cases.  
viper.descriptors Provides the classes necessary to read comparable Descriptors in from a file.  
viper.filters   
 

Uses of RuleHolder in viper.comparison
 

Methods in viper.comparison that return RuleHolder
 RuleHolder EvaluationParameters.getTargetInputFilter()
          Gets the rules for target descriptors that are worthy of even parsing.
 RuleHolder EvaluationParameters.getCandidateInputFilter()
          Gets the rules for candidate descriptors that are worthy of even parsing.
 

Uses of RuleHolder in viper.descriptors
 

Methods in viper.descriptors that return RuleHolder
static RuleHolder Converter.getRuleHolder(DescriptorConfigs gtCfgs, java.lang.String filterName)
          Parses in the given rules file.
 

Methods in viper.descriptors with parameters of type RuleHolder
 void DescVector.parseData(java.util.List allFiles, RuleHolder limits)
          Reads in Descriptor data from the specified list of files with the specified config info.
 void DescVector.parseData(java.util.List allFiles, RuleHolder limits, boolean all, boolean err, boolean warn, boolean bad, boolean totals)
          Reads in Descriptor data from the specified list of files with the specified config info.
protected  void DescVector.parseData(VReader reader, RuleHolder limits)
           
 void DescVector.parseData(org.w3c.dom.Element source, RuleHolder limits)
          Reads in the given data in xml format.
 void DescriptorData.parseData(java.util.List allFiles, DescriptorConfigs cfgs, RuleHolder limits, Equivalencies map)
          Reads in Descriptor data from the specified list of filenames with the specified config info.
 void DescriptorData.parseData(org.xml.sax.InputSource input, Equivalencies map, RuleHolder limits, DescriptorConfigs cfgs, java.io.PrintWriter logfile)
          Reads in Descriptor data from the specified XML input source.
 void DescHolder.parseData(java.util.List allFiles, DescriptorConfigs cfgs, RuleHolder limits, Equivalencies map)
          Parse the data.
 void DescHolder.parseData(java.util.List allFiles, DescriptorConfigs cfgs, RuleHolder limits, Equivalencies map, boolean all, boolean err, boolean warn, boolean bad, boolean totals)
          Parse the data.
 void DescHolder.parseData(org.xml.sax.InputSource input, Equivalencies map, RuleHolder limits, DescriptorConfigs cfgs, java.io.PrintWriter logfile)
          Parses data from an XML file.
 void DescHolder.parseData(org.w3c.dom.Document document, Equivalencies map, RuleHolder limits, DescriptorConfigs cfgs, java.io.PrintWriter logfile, java.lang.String filename)
          Parses data from an XML DOM document root.
 

Uses of RuleHolder in viper.filters
 

Methods in viper.filters that return RuleHolder
 RuleHolder LimitationsParser.parseFile(java.lang.String file_path, java.lang.String block_name, DescriptorList d_vector)
          Parses the file given for the block name that is given and for the limitations information that is found in that block.
static RuleHolder LimitationsParser.parse(VReader reader, DescriptorConfigs dcfgs)
          Parses the current block in the VReader for the limitations information that is found in that block.