aminePlatform.util.cg
Class ResMatchCG

java.lang.Object
  extended byaminePlatform.util.cg.ResMatchCG

public class ResMatchCG
extends java.lang.Object

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.

Copyright : Copyright (c) Adil KABBAJ 2004-2009


Constructor Summary
ResMatchCG()
           
ResMatchCG(CG g, Concept c)
           
 
Method Summary
 void finalize()
           
 CG getCG()
           
 Concept getConcept()
           
 void setCG(CG cg)
           
 void setConcept(Concept conc)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResMatchCG

public ResMatchCG()

ResMatchCG

public ResMatchCG(CG g,
                  Concept c)
Method Detail

finalize

public void finalize()

getCG

public CG getCG()

setCG

public void setCG(CG cg)

getConcept

public Concept getConcept()

setConcept

public void setConcept(Concept conc)