Package | Description |
---|---|
gov.nasa.pds.tools.dict.parser |
Modifier and Type | Method and 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 an
ElementDefinition by gathering the
attributes required from the ObjectStatement as specified in the
PDS Data Dictionary document. |
static GroupDefinition |
DefinitionFactory.createGroupDefinition(Dictionary sourceDictionary,
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(Dictionary sourceDictionary,
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–2015 Planetary Data System. All rights reserved.