Class DictionaryLinkTable

All Implemented Interfaces:
Serializable, Cloneable, Iterable<DictionaryLink>, Collection<DictionaryLink>, List<DictionaryLink>

public class DictionaryLinkTable extends DictionaryComponentTable<DictionaryLink>
A DictionaryLinkTable is a list of DictionaryLinks. Each DictionaryLink refers to a RuleDictionary that is logically part of this one.
See Also: