Uses of Class
gov.nasa.pds.tools.dict.GroupDefinition
-
Packages that use GroupDefinition Package Description gov.nasa.pds.tools.dict gov.nasa.pds.tools.dict.parser -
-
Uses of GroupDefinition in gov.nasa.pds.tools.dict
Methods in gov.nasa.pds.tools.dict that return GroupDefinition Modifier and Type Method Description GroupDefinitionDictionary. findGroupClassDefinition(DictIdentifier identifier)Retrieves the class definition for a group with the given identifier.GroupDefinitionDictionary. getGroupDefinition(DictIdentifier identifier)Retrieves the group definition from the dictionary or null if not found -
Uses of GroupDefinition in gov.nasa.pds.tools.dict.parser
Methods in gov.nasa.pds.tools.dict.parser that return GroupDefinition Modifier and Type Method Description static GroupDefinitionDefinitionFactory. createGroupDefinition(Dictionary sourceDictionary, ObjectStatement object)This method creates anGroupDefinitionby gathering the attributes required from theObjectStatementas specified in the PDS Data Dictionary document.
-