Uses of Class
gov.nasa.pds.tools.dict.Dictionary

Packages that use Dictionary
gov.nasa.pds.tools Provides class to the front end of the Validation Tool. 
gov.nasa.pds.tools.dict   
gov.nasa.pds.tools.dict.parser   
gov.nasa.pds.tools.label.parser   
gov.nasa.pds.tools.label.validate   
 

Uses of Dictionary in gov.nasa.pds.tools
 

Methods in gov.nasa.pds.tools that return Dictionary
 Dictionary VTool.readDictionaries(java.util.List dictionary)
          Parse the dictionary files.
 

Methods in gov.nasa.pds.tools with parameters of type Dictionary
 java.lang.String VTool.validateLabel(java.net.URL file, Dictionary dict)
          Validate a label file.
 void VTool.validateLabels(java.util.List targets, Dictionary dict)
          Validate labels found in the specified targets.
 

Uses of Dictionary in gov.nasa.pds.tools.dict
 

Methods in gov.nasa.pds.tools.dict with parameters of type Dictionary
 void Dictionary.merge(Dictionary dictionary)
          Merges dictionary without overwriting
 void Dictionary.merge(Dictionary dictionary, boolean overwrite)
          Merges the definitions in the dictionaries
 

Uses of Dictionary in gov.nasa.pds.tools.dict.parser
 

Methods in gov.nasa.pds.tools.dict.parser that return Dictionary
static Dictionary DictionaryParser.parse(java.net.URL url)
          Parses a URL that is compliant with the PDS Data Dictionary document and formulates a Dictionary with aliases turned off.
static Dictionary DictionaryParser.parse(java.net.URL url, boolean aliasing)
          Parses a URL that is compliant with the PDS Data Dictionary document and formulates a Dictionary with a flag to indicated whether aliases should be read in.
 

Uses of Dictionary in gov.nasa.pds.tools.label.parser
 

Methods in gov.nasa.pds.tools.label.parser with parameters of type Dictionary
 Label LabelParser.parse(java.net.URL file, Dictionary dictionary)
          Parses the given file and validates against the dictionary.
 Label DefaultLabelParser.parse(java.net.URL url, Dictionary dictionary)
           
 Label LabelParser.parse(java.net.URL file, Dictionary dictionary, boolean dataObjectValidation)
          Parses the given file, validates against dictionary, and may perform dataObjectValidation
 Label DefaultLabelParser.parse(java.net.URL file, Dictionary dictionary, boolean dataObjectValidation)
           
 Label LabelParser.parsePartial(java.net.URL file, Dictionary dictionary)
          Parses the given partial label and validates against the dictionary.
 Label DefaultLabelParser.parsePartial(java.net.URL file, Dictionary dictionary)
           
 Label LabelParser.parsePartial(java.net.URL file, Dictionary dictionary, boolean dataObjectValidation)
          Parses the given partial label, validates against dictionary, and may perform dataObjectValidation
 Label DefaultLabelParser.parsePartial(java.net.URL file, Dictionary dictionary, boolean dataObjectValidation)
           
 

Uses of Dictionary in gov.nasa.pds.tools.label.validate
 

Methods in gov.nasa.pds.tools.label.validate with parameters of type Dictionary
static boolean ElementValidator.isValid(Dictionary dictionary, AttributeStatement attribute)
           
static boolean GroupValidator.isValid(Dictionary dictionary, GroupStatement group)
           
static boolean ObjectValidator.isValid(Dictionary dictionary, ObjectStatement object)
           
static boolean ElementValidator.isValid(Dictionary dictionary, java.lang.String objectContext, AttributeStatement attribute)
          Checks to see whether an AttributeStatement is correct.
 



Copyright © 2005-2007 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.