Uses of Class
gov.nasa.pds.tools.label.ObjectStatement

Packages that use ObjectStatement
gov.nasa.pds.tools.dict.parser   
gov.nasa.pds.tools.label.antlr   
gov.nasa.pds.tools.label.validate   
gov.nasa.pds.tools.object.validate   
 

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

Methods in gov.nasa.pds.tools.dict.parser with parameters of type ObjectStatement
static Definition DefinitionFactory.createDefinition(ObjectStatement object)
          This method will determine the type of definition and created it.
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.
static GroupDefinition DefinitionFactory.createGroupDefinition(ObjectStatement object)
          This method creates an GroupDefinition by gathering the attributes required from the ObjectStatement as specified in the PDS Data Dictionary document.
static ObjectDefinition DefinitionFactory.createObjectDefinition(ObjectStatement object)
          This method creates an ObjectDefinition by gathering the attributes required from the ObjectStatement as specified in the PDS Data Dictionary document.
 

Uses of ObjectStatement in gov.nasa.pds.tools.label.antlr
 

Methods in gov.nasa.pds.tools.label.antlr that return ObjectStatement
 ObjectStatement ODLParser.object_statement()
           
 

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

Methods in gov.nasa.pds.tools.label.validate with parameters of type ObjectStatement
static boolean ObjectValidator.isValid(Dictionary dictionary, ObjectStatement object)
           
static boolean ObjectValidator.isValid(Dictionary dictionary, ObjectStatement object, ValidationListener listener)
           
 void DataObjectValidator.validate(DataObjectInputStream input, ObjectStatement object)
          Validates the bytes in the object against the decription in the ObjectStatement
 

Uses of ObjectStatement in gov.nasa.pds.tools.object.validate
 

Methods in gov.nasa.pds.tools.object.validate with parameters of type ObjectStatement
 void TableValidator.validate(DataObjectInputStream input, ObjectStatement object)
           
 void ImageValidator.validate(DataObjectInputStream input, ObjectStatement object)
           
 



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