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 DefinitionDefinitionFactory. createDefinition(Dictionary sourceDictionary, ObjectStatement object)This method will determine the type of definition and created it.static ElementDefinitionDefinitionFactory. createElementDefinition(Dictionary sourceDictionary, ObjectStatement object)This method creates anElementDefinitionby gathering the attributes required from theObjectStatementas specified in the PDS Data Dictionary document.static GroupDefinitionDefinitionFactory. createGroupDefinition(Dictionary sourceDictionary, ObjectStatement object)This method creates anGroupDefinitionby gathering the attributes required from theObjectStatementas specified in the PDS Data Dictionary document.static ObjectDefinitionDefinitionFactory. createObjectDefinition(Dictionary sourceDictionary, ObjectStatement object)This method creates anObjectDefinitionby gathering the attributes required from theObjectStatementas 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 ObjectStatementODLParser. 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 voidDataObjectValidator. validate(DataObjectInputStream input, ObjectStatement object)Validates the bytes in the object against the description in theObjectStatementstatic booleanObjectValidator. 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 voidImageValidator. validate(DataObjectInputStream input, ObjectStatement object)voidTableValidator. validate(DataObjectInputStream input, ObjectStatement object)
-