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

Packages that use ElementDefinition
gov.nasa.pds.tools.dict   
gov.nasa.pds.tools.dict.parser   
gov.nasa.pds.tools.label.validate   
 

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

Methods in gov.nasa.pds.tools.dict that return ElementDefinition
 ElementDefinition Dictionary.getElementDefinition(java.lang.String identifier)
          Retrieves the element definition from the dictionary or null if not found.
 ElementDefinition Dictionary.getElementDefinition(java.lang.String objectContext, java.lang.String identifier)
           
 

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

Methods in gov.nasa.pds.tools.dict.parser that return ElementDefinition
static ElementDefinition DefinitionFactory.createElementDefinition(ObjectStatement object)
          This method creates an ElementDefinition by gathering the attributes required from the ObjectStatement as specified in the PDS Data Dictionary document.
 

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

Methods in gov.nasa.pds.tools.label.validate with parameters of type ElementDefinition
static boolean ElementValidator.isValid(ElementDefinition definition, AttributeStatement attribute)
           
static boolean ElementValidator.isValid(ElementDefinition definition, AttributeStatement attribute, ValidationListener listener)
           
 



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