Uses of Class
gov.nasa.pds.tools.dict.ObjectDefinition
-
Packages that use ObjectDefinition Package Description 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 Modifier and Type Method Description ObjectDefinitionDictionary. findObjectClassDefinition(DictIdentifier identifier)Retrieves the class definition for an object with the given identifier.ObjectDefinitionDictionary. getObjectDefinition(DictIdentifier 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 Modifier and Type Method Description static ObjectDefinitionDefinitionFactory. createObjectDefinition(Dictionary sourceDictionary, ObjectStatement object)This method creates anObjectDefinitionby gathering the attributes required from theObjectStatementas specified in the PDS Data Dictionary document.
-