Uses of Class
gov.nasa.pds.tools.dict.Definition
-
Packages that use Definition Package Description gov.nasa.pds.tools.containers gov.nasa.pds.tools.dict gov.nasa.pds.tools.dict.parser gov.nasa.pds.tools.label -
-
Uses of Definition in gov.nasa.pds.tools.containers
Methods in gov.nasa.pds.tools.containers that return Definition Modifier and Type Method Description DefinitionSimpleDictionaryChange. getDefinition()Constructors in gov.nasa.pds.tools.containers with parameters of type Definition Constructor Description SimpleDictionaryChange(Definition definition, String messageKey, Object... arguments) -
Uses of Definition in gov.nasa.pds.tools.dict
Subclasses of Definition in gov.nasa.pds.tools.dict Modifier and Type Class Description classContainerDefinitionclassElementDefinitionclassGroupDefinitionThis class models a group definition.classNullDefinitionclassObjectDefinitionThis class represents an object definition in the PDS data dictionary.Methods in gov.nasa.pds.tools.dict that return Definition Modifier and Type Method Description DefinitionDictionary. getDefinition(DictIdentifier identifier)Retrieves the definition from the dictionary or null if not foundMethods in gov.nasa.pds.tools.dict that return types with arguments of type Definition Modifier and Type Method Description protected Map<DictIdentifier,Definition>Dictionary. getDefinitions()Retrieves the map of definitionsClass<? extends Definition>DictIdentifier. getType()Methods in gov.nasa.pds.tools.dict with parameters of type Definition Modifier and Type Method Description voidDictionary. addDefinition(Definition definition)Adds a definition to this dictionary.Method parameters in gov.nasa.pds.tools.dict with type arguments of type Definition Modifier and Type Method Description voidDictionary. addDefinitions(Collection<Definition> defs)Adds a list of definitions to this dictionary.Constructor parameters in gov.nasa.pds.tools.dict with type arguments of type Definition Constructor Description DictIdentifier(Alias alias, Class<? extends Definition> clazz)DictIdentifier(String id, Class<? extends Definition> clazz) -
Uses of Definition in gov.nasa.pds.tools.dict.parser
Methods in gov.nasa.pds.tools.dict.parser that return Definition Modifier and Type Method Description static DefinitionDefinitionFactory. createDefinition(Dictionary sourceDictionary, ObjectStatement object)This method will determine the type of definition and created it. -
Uses of Definition in gov.nasa.pds.tools.label
Method parameters in gov.nasa.pds.tools.label with type arguments of type Definition Modifier and Type Method Description protected voidStatement. validateType(DictIdentifier id, Class<? extends Definition> clazz)
-