|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectStatement | |
---|---|
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 |
Uses of ObjectStatement in gov.nasa.pds.tools.dict.parser |
---|
Methods in gov.nasa.pds.tools.dict.parser with parameters of type ObjectStatement | |
---|---|
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. |
Uses of ObjectStatement in gov.nasa.pds.tools.label |
---|
Methods in gov.nasa.pds.tools.label that return types with arguments of type ObjectStatement | |
---|---|
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 |
Uses of ObjectStatement in gov.nasa.pds.tools.label.antlr |
---|
Methods in gov.nasa.pds.tools.label.antlr that return ObjectStatement | |
---|---|
ObjectStatement |
ODLParser.object_statement(Label label)
|
Uses of ObjectStatement in gov.nasa.pds.tools.label.validate |
---|
Methods in gov.nasa.pds.tools.label.validate with parameters of type ObjectStatement | |
---|---|
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)
|
Uses of ObjectStatement in gov.nasa.pds.tools.object.validate |
---|
Methods in gov.nasa.pds.tools.object.validate with parameters of type ObjectStatement | |
---|---|
void |
TableValidator.validate(DataObjectInputStream input,
ObjectStatement object)
|
void |
ImageValidator.validate(DataObjectInputStream input,
ObjectStatement object)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |