Uses of Class
gov.nasa.pds.tools.dict.parser.UnknownDefinitionException
-
Packages that use UnknownDefinitionException Package Description gov.nasa.pds.tools.dict.parser -
-
Uses of UnknownDefinitionException in gov.nasa.pds.tools.dict.parser
Methods in gov.nasa.pds.tools.dict.parser that throw UnknownDefinitionException Modifier and Type Method Description static Definition
DefinitionFactory. createDefinition(Dictionary sourceDictionary, ObjectStatement object)
This method will determine the type of definition and created it.static ElementDefinition
DefinitionFactory. createElementDefinition(Dictionary sourceDictionary, ObjectStatement object)
This method creates anElementDefinition
by gathering the attributes required from theObjectStatement
as specified in the PDS Data Dictionary document.static GroupDefinition
DefinitionFactory. createGroupDefinition(Dictionary sourceDictionary, ObjectStatement object)
This method creates anGroupDefinition
by gathering the attributes required from theObjectStatement
as specified in the PDS Data Dictionary document.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.
-