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 ObjectDefinition
Dictionary. findObjectClassDefinition(DictIdentifier identifier)
Retrieves the class definition for an object with the given identifier.ObjectDefinition
Dictionary. 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 ObjectDefinition
DefinitionFactory. createObjectDefinition(Dictionary sourceDictionary, ObjectStatement object)
This method creates anObjectDefinition
by gathering the attributes required from theObjectStatement
as specified in the PDS Data Dictionary document.
-