Package | Description |
---|---|
org.jlab.coda.jevio |
Modifier and Type | Field and Description |
---|---|
java.util.LinkedHashMap<EvioDictionaryEntry,java.lang.String> |
EvioXMLDictionary.tagNumMap
This is the heart of the dictionary in which a key is composed of a tag/num
pair and other entry data and its corresponding value is a name.
|
java.util.LinkedHashMap<EvioDictionaryEntry,java.lang.String> |
EvioXMLDictionary.tagOnlyMap
Some dictionary entries have only a tag and no num.
|
java.util.LinkedHashMap<EvioDictionaryEntry,java.lang.String> |
EvioXMLDictionary.tagRangeMap
Some dictionary entries have only a tag range and no num.
|
Modifier and Type | Method and Description |
---|---|
EvioDictionaryEntry |
EvioDictionaryEntry.getParentEntry()
Get the parent container's dictionary entry.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,EvioDictionaryEntry> |
EvioXMLDictionary.getMap()
Get the map in which the key is the entry name and the value is an object
containing its data (tag, num, type, etc.).
|
Modifier and Type | Method and Description |
---|---|
boolean |
EvioDictionaryEntry.inRange(EvioDictionaryEntry entry)
Is the given dictionary entry's tag within the specified range
(inclusive) of this dictionary entry?
|
Constructor and Description |
---|
EvioDictionaryEntry(java.lang.Integer tag,
java.lang.Integer num,
java.lang.Integer tagEnd,
java.lang.String type,
java.lang.String description,
java.lang.String format,
EvioDictionaryEntry parentEntry)
Constructor containing actual implementation.
|