Lines Matching refs:entry
54 The relationship data is organized as a set of entries. Each of entry
55 is represented by a set of tags, where each tag has unique for this entry
56 name and a string value. An entry must contain at least one tag named
58 this tag is used as a uniqued identified of an entry.
64 /** allows to detect whether there is an entry with specified value of
77 /** retrieves the value of "Target" tag from the entry with specified "ID"
81 If the entry has no "Target" tag an empty string is returned.
88 in case there is no entry with specified tag
98 /** retrieves the value of "Type" tag from the entry with specified "ID"
102 If the entry has no "Type" tag an empty string is returned.
109 in case there is no entry with specified tag
119 /** retrieves the sequence containing all the tags from the entry with
133 in case there is no entry with specified tag
153 sequence of entries, each entry is represented by sequence,
173 sequence of entries, each entry is represented by sequence,
188 /** allows to insert an entry.
203 specifies whether the replacement of existing entry is allowed
220 /** allows to remove an entry.
226 in case there is no entry with specified tag
239 sequence of entries, each entry is represented by sequence,
245 Each entry must contain "ID" tag.
248 specifies whether the replacement of existing entry is allowed