Uses of Class
gov.nasa.pds.tools.label.ObjectStatement
-
Packages that use ObjectStatement 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 -
-
Uses of ObjectStatement in gov.nasa.pds.tools.dict.parser
Methods in gov.nasa.pds.tools.dict.parser with parameters of type ObjectStatement 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. -
Uses of ObjectStatement in gov.nasa.pds.tools.label
Methods in gov.nasa.pds.tools.label that return types with arguments of type ObjectStatement Modifier and Type Method Description List<ObjectStatement>
Label. getObjects()
Retrieves objects associated with this labelList<ObjectStatement>
Label. getObjects(String identifier)
Retrieves the object with the identifier or null if not foundList<ObjectStatement>
ObjectStatement. getObjects()
Retrieves the list of objects associated with this objectList<ObjectStatement>
ObjectStatement. getObjects(DictIdentifier id)
Retrieves the named objectList<ObjectStatement>
ObjectStatement. getObjects(String id)
-
Uses of ObjectStatement in gov.nasa.pds.tools.label.antlr
Methods in gov.nasa.pds.tools.label.antlr that return ObjectStatement Modifier and Type Method Description 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 Modifier and Type Method Description void
DataObjectValidator. validate(DataObjectInputStream input, ObjectStatement object)
Validates the bytes in the object against the description in theObjectStatement
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 Modifier and Type Method Description void
ImageValidator. validate(DataObjectInputStream input, ObjectStatement object)
void
TableValidator. validate(DataObjectInputStream input, ObjectStatement object)
-