Package | Description |
---|---|
gov.nasa.pds.tools.containers | |
gov.nasa.pds.tools.dict | |
gov.nasa.pds.tools.dict.parser | |
gov.nasa.pds.tools.label |
Modifier and Type | Method and Description |
---|---|
Definition |
SimpleDictionaryChange.getDefinition() |
Constructor and Description |
---|
SimpleDictionaryChange(Definition definition,
String messageKey,
Object... arguments) |
Modifier and Type | Class and Description |
---|---|
class |
ContainerDefinition |
class |
ElementDefinition |
class |
GroupDefinition
This class models a group definition.
|
class |
NullDefinition |
class |
ObjectDefinition
This class represents an object definition in the PDS data dictionary.
|
Modifier and Type | Method and Description |
---|---|
Definition |
Dictionary.getDefinition(DictIdentifier identifier)
Retrieves the definition from the dictionary or null if not found
|
Modifier and Type | Method and Description |
---|---|
protected Map<DictIdentifier,Definition> |
Dictionary.getDefinitions()
Retrieves the map of definitions
|
Class<? extends Definition> |
DictIdentifier.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Dictionary.addDefinition(Definition definition)
Adds a definition to this dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
Dictionary.addDefinitions(Collection<Definition> defs)
Adds a list of definitions to this dictionary.
|
Constructor and Description |
---|
DictIdentifier(Alias alias,
Class<? extends Definition> clazz) |
DictIdentifier(String id,
Class<? extends Definition> clazz) |
Modifier and Type | Method and Description |
---|---|
static Definition |
DefinitionFactory.createDefinition(Dictionary sourceDictionary,
ObjectStatement object)
This method will determine the type of definition and created it.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Statement.validateType(DictIdentifier id,
Class<? extends Definition> clazz) |
Copyright © 2005–2015 Planetary Data System. All rights reserved.