|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectaminePlatform.engines.basicOntologyProcesses.BasicOntologyProcesses
Title: BasicOntologyProcesses
Description: BasicOntologyProcesses contains methods that implement some basic ontology processes: elaboration (by definition and by situation), elicitation (by definition and by situation) and information retrieval (or Q/A). The definition and the algorithmic description of these processes have been developed by Adil Kabbaj with the collaboration of Khalid ELHACHEMI. The implementation was done by Khalid with the collaboration of Adil.
See the Web Site of Amine Platform for more detail: sourceforge.net/projects/amine-platform
Copyright : Copyright (c) Adil KABBAJ 2004-2009
Field Summary | |
(package private) CGOperations |
cgOperations
|
(package private) AmineList |
commonCGList
|
java.util.HashMap |
conceptsTypes
|
java.util.HashMap |
conceptsTypes2
|
(package private) boolean |
covered
|
AmineList |
entryConcList
|
AmineList |
entryPtInSitList
|
(package private) AmineList |
relationsList
|
AmineList |
sitList
|
AmineList |
tmp
|
Constructor Summary | |
BasicOntologyProcesses()
|
Method Summary | |
CG |
answer(CG question)
Get the answer for the specified question. answer implements information retrieval from the current ontology. |
int |
elaborateByDef(CG cgIn)
Elaborate by definition the specified description cgIn. |
int |
elaborateByDefInter(CG cgIn,
Concept conc)
Elaborate by definition the specified description cgIn according to the specified concept. |
int |
elaborateBySit(CG cgIn)
Elaborate by situation the specified description cgIn. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
AmineList commonCGList
AmineList relationsList
boolean covered
CGOperations cgOperations
public java.util.HashMap conceptsTypes
public java.util.HashMap conceptsTypes2
public AmineList tmp
public AmineList sitList
public AmineList entryConcList
public AmineList entryPtInSitList
Constructor Detail |
public BasicOntologyProcesses()
Method Detail |
public CG answer(CG question)
question
- A CG that represents a question
public int elaborateByDef(CG cgIn)
cgIn
- A CG to elaborate
public int elaborateByDefInter(CG cgIn, Concept conc)
cgIn
- A CG to elaborateconc
- A Concept to expand
public int elaborateBySit(CG cgIn)
cgIn
- A CG to elaborate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |