Package aminePlatform.util.cg

Class Summary
CG Title : util.cg.CG Class Description : A CG has one attribute : concepts, which is an ArrayList of Concepts.
CGOperations Title : util.cg.CGOperations Class Description : CG operations are defined in terms of the generic CG operation match.
CompareCGResult Title : CompareCGResults Description : CompareCGResults contains the result of a comparison between two CG.
ComposedDesignator Title: util.cg.ComposedDesignator Class Description: An auxiliary class used to represent composed designator; a special case of coreference, used especially in the context of SYNERGY Copyright : Copyright (c) Adil KABBAJ 2004-2009
ComposedType Title: util.cg.ComposedType Class Description: An auxiliary class used to represent composed type; a special case of type, used especially in the context of SYNERGY Copyright : Copyright (c) Adil KABBAJ 2004-2009
ConcCouple Title : util.cg.ConcCouple Class Description : ConcCouple is a couple of two concepts.
Concept Title: util.cg.Concept Class Description: A Concept is composed of a type, a designator with an optional coreferent, a descriptor, a state (used in the context of Synergy Language) and a point (in the case of graphic display).
CorefMatch  
CorefMatchList Title: util.cg.CorefMatchList Class Description: CorefMatchList stores the result of coreferent matching Copyright : Copyright (c) Adil KABBAJ 2004-2009
Relation Title: util.cg.Relation Class Description: Relation is composed of a type, a source concept, a target concept and an ArrayList of Points (if graphic information is considered).
RelationCouple  
ResMatchCG Title : util.cg.ResMatchCG Class Description : ResMatchCG stores the result of a CG matching operation, especially the CG that result from the matching as well as the result of the matching of the two entry concepts, if they were given.
 

Exception Summary
ConceptException Title: util.cg.ConceptException Class Description: Concept Exception associated to Concept class Copyright : Copyright (c) Adil KABBAJ 2004-2009
RelationException Title: util.cg.RelationException Class Description: RelationException Exception associated to the Relation class Copyright : Copyright (c) Adil KABBAJ 2004-2009