Package aminePlatform.kernel.lexicons

Interface Summary
Muable Title : lexicons.Muable interface Description : Muable interface contains a specification of the clone() method.
ToString Title : lexicons.ToString interface Description : ToString interface contains a specification of toString(Lexicon) method.
ToXML Title : lexicons.ToXML interface Description : ToXML is an interface that specifies toXML() method Copyright: Copyright (c) Adil KABBAJ, 2004-2009
 

Class Summary
Identifier Title : lexicons.Identifier Class Description : In general, an identifier is used in Amine Platform to specify 'words' of languages (english, french, arabic, etc.) and identifiers of a language are associated to Conceptual Structures (CS) to form entries of the language's lexicon.
Lexicon Title: lexicons.Lexicon class Description: This class defines a "conceptual lexicon" ; a lexicon that records for each identifier of a specific language its associated Conceptual Structure (CS).
 

Exception Summary
LexiconException Title: lexicons.LexiconException Class Description: Lexicons Exception is associated to Lexicon class Copyright: Copyright (c) Adil KABBAJ, 2004-2009
ToStringException Title : lexicons.ToStringException Class Description : ToString Exception is associated to ToString interface Copyright: Copyright (c) Adil KABBAJ, 2004-2009