aminePlatform.util.cg
Class ResMatchCG
java.lang.Object
aminePlatform.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
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResMatchCG
public ResMatchCG()
ResMatchCG
public ResMatchCG(CG g,
Concept c)
finalize
public void finalize()
getCG
public CG getCG()
setCG
public void setCG(CG cg)
getConcept
public Concept getConcept()
setConcept
public void setConcept(Concept conc)