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

Packages that use ObjectDefinition
gov.nasa.pds.tools.dict   
gov.nasa.pds.tools.dict.parser   
 

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

Methods in gov.nasa.pds.tools.dict that return ObjectDefinition
 ObjectDefinition Dictionary.findObjectClassDefinition(java.lang.String identifier)
          Retrieves the class definition for an object with the given identifier.
 ObjectDefinition Dictionary.getObjectDefinition(java.lang.String identifier)
          Retrieves the object definition from the dictionary or null if not found
 

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

Methods in gov.nasa.pds.tools.dict.parser that return ObjectDefinition
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.
 



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