Uses of Class
gov.nasa.pds.tools.dict.DictIdentifier
-
Packages that use DictIdentifier Package Description gov.nasa.pds.tools.containers gov.nasa.pds.tools.dict gov.nasa.pds.tools.dict.parser gov.nasa.pds.tools.dict.type gov.nasa.pds.tools.label -
-
Uses of DictIdentifier in gov.nasa.pds.tools.containers
Methods in gov.nasa.pds.tools.containers that return DictIdentifier Modifier and Type Method Description DictIdentifierSimpleDictionaryChange. getId()DictIdentifierFileReference. getIdentifier()Constructors in gov.nasa.pds.tools.containers with parameters of type DictIdentifier Constructor Description FileReference(String path, int lineNumber, DictIdentifier identifier)FileReference(String path, int lineNumber, DictIdentifier identifier, Numeric startPosition)FileReference(String path, int lineNumber, DictIdentifier identifier, String parent, Numeric startPosition) -
Uses of DictIdentifier in gov.nasa.pds.tools.dict
Fields in gov.nasa.pds.tools.dict declared as DictIdentifier Modifier and Type Field Description static DictIdentifierDefinition. WILDCARD_ELEMENTMethods in gov.nasa.pds.tools.dict that return DictIdentifier Modifier and Type Method Description DictIdentifierDefinition. getIdentifier()Methods in gov.nasa.pds.tools.dict that return types with arguments of type DictIdentifier Modifier and Type Method Description protected Map<DictIdentifier,Definition>Dictionary. getDefinitions()Retrieves the map of definitionsList<DictIdentifier>ContainerDefinition. getOptional()List<DictIdentifier>ContainerDefinition. getOptionalElements()List<DictIdentifier>ObjectDefinition. getOptionalObjects()List<DictIdentifier>ContainerDefinition. getRequired()List<DictIdentifier>ContainerDefinition. getRequiredElements()List<DictIdentifier>ObjectDefinition. getRequiredObjects()Methods in gov.nasa.pds.tools.dict with parameters of type DictIdentifier Modifier and Type Method Description voidContainerDefinition. addOptional(DictIdentifier identifier)voidContainerDefinition. addRequired(DictIdentifier identifier)booleanDictionary. containsDefinition(DictIdentifier identifier)Tests to see whether or not a definition existsbooleanDictionary. containsElementDefinition(DictIdentifier identifier)Tests to see whether or not an element is definedbooleanDictionary. containsElementDefinition(String objectContext, DictIdentifier identifier)booleanDictionary. containsGroupDefinition(DictIdentifier identifier)Tests to see whether or not a group is definedbooleanDictionary. containsObjectDefinition(DictIdentifier identifier)Tests to see whether or not an object is definedGroupDefinitionDictionary. findGroupClassDefinition(DictIdentifier identifier)Retrieves the class definition for a group with the given identifier.ObjectDefinitionDictionary. findObjectClassDefinition(DictIdentifier identifier)Retrieves the class definition for an object with the given identifier.DefinitionDictionary. getDefinition(DictIdentifier identifier)Retrieves the definition from the dictionary or null if not foundElementDefinitionDictionary. getElementDefinition(DictIdentifier identifier)Retrieves the element definition from the dictionary or null if not found.ElementDefinitionDictionary. getElementDefinition(String objectContext, DictIdentifier identifier)GroupDefinitionDictionary. getGroupDefinition(DictIdentifier identifier)Retrieves the group definition from the dictionary or null if not foundObjectDefinitionDictionary. getObjectDefinition(DictIdentifier identifier)Retrieves the object definition from the dictionary or null if not foundbooleanContainerDefinition. isAllowed(DictIdentifier identifier)booleanContainerDefinition. isOptional(DictIdentifier identifier)booleanContainerDefinition. isRequired(DictIdentifier identifier)voidDefinition. setIdentifier(DictIdentifier identifier)Method parameters in gov.nasa.pds.tools.dict with type arguments of type DictIdentifier Modifier and Type Method Description voidContainerDefinition. addOptional(List<DictIdentifier> optionalList)voidContainerDefinition. addRequired(List<DictIdentifier> requiredList)Constructors in gov.nasa.pds.tools.dict with parameters of type DictIdentifier Constructor Description ContainerDefinition(Dictionary sourceDictionary, int lineNumber, DictIdentifier identifier)Definition(Dictionary sourceDictionary, int lineNumber, DictIdentifier identifier)ElementDefinition(Dictionary sourceDictionary, int lineNumber, DictIdentifier identifier)GroupDefinition(Dictionary sourceDictionary, int lineNumber, DictIdentifier identifier)NullDefinition(Dictionary sourceDictionary, int lineNumber, DictIdentifier identifier)ObjectDefinition(Dictionary sourceDictionary, int lineNumber, DictIdentifier identifier) -
Uses of DictIdentifier in gov.nasa.pds.tools.dict.parser
Fields in gov.nasa.pds.tools.dict.parser declared as DictIdentifier Modifier and Type Field Description protected static DictIdentifierDictionaryParser. ALIAS_LIST_IDprotected static DictIdentifierDictionaryParser. DATA_TYPE_IDprotected static DictIdentifierDictionaryParser. DESCRIPTION_IDprotected static DictIdentifierDictionaryParser. ELEMENT_ALIASES_IDprotected static DictIdentifierDictionaryParser. ELEMENT_DEFINITION_IDprotected static DictIdentifierDictionaryParser. GENERIC_OBJECT_IDprotected static DictIdentifierDictionaryParser. MAX_LENGTH_IDprotected static DictIdentifierDictionaryParser. MAXIMUM_IDprotected static DictIdentifierDictionaryParser. MIN_LENGTH_IDprotected static DictIdentifierDictionaryParser. MINIMUM_IDprotected static DictIdentifierDictionaryParser. NAME_IDprotected static DictIdentifierDictionaryParser. OBJECT_ALIASES_IDprotected static DictIdentifierDictionaryParser. OBJECT_TYPE_IDprotected static DictIdentifierDictionaryParser. OPTIONAL_ELEMENTS_IDprotected static DictIdentifierDictionaryParser. OPTIONAL_OBJECTS_IDprotected static DictIdentifierDictionaryParser. REQUIRED_ELEMENTS_IDprotected static DictIdentifierDictionaryParser. REQUIRED_OBJECTS_IDprotected static DictIdentifierDictionaryParser. SPECIFIC_OBJECT_IDprotected static DictIdentifierDictionaryParser. STATUS_TYPE_IDprotected static DictIdentifierDictionaryParser. UNIT_LIST_IDprotected static DictIdentifierDictionaryParser. UNIT_SEQUENCE_IDprotected static DictIdentifierDictionaryParser. UNITS_IDprotected static DictIdentifierDictionaryParser. VALUE_TYPE_IDprotected static DictIdentifierDictionaryParser. VALUES_IDMethods in gov.nasa.pds.tools.dict.parser that return DictIdentifier Modifier and Type Method Description static DictIdentifierDictIDFactory. createCommentDefId(String identifier)static DictIdentifierDictIDFactory. createElementDefId(String identifier)static DictIdentifierDictIDFactory. createGroupDefId(String identifier)static DictIdentifierDictIDFactory. createObjectDefId(String identifier)static DictIdentifierDictIDFactory. createPointerDefId(String identifier) -
Uses of DictIdentifier in gov.nasa.pds.tools.dict.type
Constructors in gov.nasa.pds.tools.dict.type with parameters of type DictIdentifier Constructor Description OutOfRangeException(Statement statement, Number value, Number limit, boolean exceeds, DictIdentifier fieldName, Constants.DictionaryType dataType) -
Uses of DictIdentifier in gov.nasa.pds.tools.label
Fields in gov.nasa.pds.tools.label declared as DictIdentifier Modifier and Type Field Description protected DictIdentifierStatement. identifierMethods in gov.nasa.pds.tools.label that return DictIdentifier Modifier and Type Method Description DictIdentifierStatement. getIdentifier()Retrieves the identifier for the statementMethods in gov.nasa.pds.tools.label with parameters of type DictIdentifier Modifier and Type Method Description AttributeStatementObjectStatement. getAttribute(DictIdentifier id)Retrieves the named attributeList<GroupStatement>ObjectStatement. getGroups(DictIdentifier id)Retrieves the named groupList<ObjectStatement>ObjectStatement. getObjects(DictIdentifier id)Retrieves the named objectPointerStatementObjectStatement. getPointer(DictIdentifier id)Retrieves the named pointerList<Statement>Label. getStatement(DictIdentifier identifier)Retrieves a statement with the identifierbooleanObjectStatement. hasAttribute(DictIdentifier id)booleanObjectStatement. hasGroup(DictIdentifier id)booleanObjectStatement. hasObject(DictIdentifier id)booleanObjectStatement. hasPointer(DictIdentifier id)Looks to see if this object contains a pointer with the given identifierprotected voidStatement. validateCommentType(DictIdentifier id)protected voidStatement. validateElementType(DictIdentifier id)protected voidStatement. validateGroupType(DictIdentifier id)protected voidStatement. validateObjectType(DictIdentifier id)protected voidStatement. validatePointerType(DictIdentifier id)protected voidStatement. validateType(DictIdentifier id, Class<? extends Definition> clazz)Constructors in gov.nasa.pds.tools.label with parameters of type DictIdentifier Constructor Description CatalogPointer(Label sourceLabel, int lineNumber, DictIdentifier identifier, Value value)DescriptionPointer(Label sourceLabel, int lineNumber, DictIdentifier identifier, Value value)IncludePointer(Label sourceLabel, int lineNumber, DictIdentifier identifier, Value value)IndexPointer(Label sourceLabel, int lineNumber, DictIdentifier identifier, Value value)PointerStatement(Label sourceLabel, int lineNumber, DictIdentifier identifier)Constructs essentially a null pointerPointerStatement(Label sourceLabel, int lineNumber, DictIdentifier identifier, Value value)Constructs a pointer with a value on the right hand sideSpecialPointer(Label sourceLabel, int lineNumber, DictIdentifier identifier, Value value)Statement(Label sourceLabel, int lineNumber, DictIdentifier identifier)StructurePointer(Label sourceLabel, int lineNumber, DictIdentifier identifier, Value value)Constructor parameters in gov.nasa.pds.tools.label with type arguments of type DictIdentifier Constructor Description GroupStatement(Label sourceLabel, int lineNumber, String identifier, LinkedHashMap<DictIdentifier,List<Statement>> statements)Constructs a group statement that contains the given statementsObjectStatement(Label sourceLabel, int lineNumber, String identifier, LinkedHashMap<DictIdentifier,List<Statement>> statements)Constructs an ObjectStatement
-