Package | Description |
---|---|
gov.nasa.pds.tools.dict.parser | |
gov.nasa.pds.tools.label | |
gov.nasa.pds.tools.label.antlr | |
gov.nasa.pds.tools.label.validate | |
gov.nasa.pds.tools.object.validate |
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. |
Modifier and Type | Method and Description |
---|---|
List<ObjectStatement> |
ObjectStatement.getObjects()
Retrieves the list of objects associated with this object
|
List<ObjectStatement> |
Label.getObjects()
Retrieves objects associated with this label
|
List<ObjectStatement> |
ObjectStatement.getObjects(DictIdentifier id)
Retrieves the named object
|
List<ObjectStatement> |
ObjectStatement.getObjects(String id) |
List<ObjectStatement> |
Label.getObjects(String identifier)
Retrieves the object with the identifier or null if not found
|
Modifier and Type | Method and Description |
---|---|
ObjectStatement |
ODLParser.object_statement(Label label) |
Modifier and Type | Method and Description |
---|---|
void |
DataObjectValidator.validate(DataObjectInputStream input,
ObjectStatement object)
Validates the bytes in the object against the description in the
ObjectStatement |
static boolean |
ObjectValidator.validate(ObjectStatement object,
Dictionary dictionary,
Label label) |
Modifier and Type | Method and Description |
---|---|
void |
TableValidator.validate(DataObjectInputStream input,
ObjectStatement object) |
void |
ImageValidator.validate(DataObjectInputStream input,
ObjectStatement object) |
Copyright © 2005–2015 Planetary Data System. All rights reserved.