|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectaminePlatform.engines.dynamicKnowledgeIntegration.IntegrateCS
aminePlatform.engines.dynamicKnowledgeIntegration.situationKB.IntegrateSituation
aminePlatform.engines.dynamicKnowledgeIntegration.situationKB.IntegrateSituation4Analogy
IntegrateSituation4Analogy is a specialization of IntegrateSituation. Copyright: Copyright (c) Adil KABBAJ 2004-2009
| Field Summary |
| Fields inherited from class aminePlatform.engines.dynamicKnowledgeIntegration.IntegrateCS |
ABDUCTIVE_INTEGRATION_MODE, ANALOGICAL_INTEGRATION_MODE, cgOperations, DEDUCTIVE_INTEGRATION_MODE, integratedNodesList, lexicon, ontology, traceArea |
| Constructor Summary | |
IntegrateSituation4Analogy(Ontology ont)
|
|
IntegrateSituation4Analogy(Ontology ont,
Lexicon lex)
Create a dynamic ontology with the specified ont as the ontology where the integration should be processed and lex as the lexicon to use among the lexicons available in the ontology. |
|
IntegrateSituation4Analogy(Ontology ont,
Lexicon lex,
javax.swing.JTextArea txtArea)
Create a dynamic ontology with the specified ont as the ontology where the integration should be processed, lex as the lexicon to use among the lexicons available in the ontology and txtArea as the Area where the trace of the integration is displayed. |
|
| Method Summary | |
protected CompareCGResult |
compare(CS newOntNode,
Concept entryPoint,
CS currentOntNode,
CS fatherOntNode)
compares the new newDescr to classify with a current newDescr using entryPoint as the entry point for the comparison. |
| Methods inherited from class aminePlatform.engines.dynamicKnowledgeIntegration.situationKB.IntegrateSituation |
createIntegrateCS, findConceptsWithType, getConcepts, getConceptTypes, identicalTypeOfCS, isEmpty, newCS, sameTypeOfCS, setContentOf |
| Methods inherited from class aminePlatform.engines.dynamicKnowledgeIntegration.IntegrateCS |
ask, ask, ask, ask, ask, children, classify, classify, classify, classify, classify, compareAndProceed, compareCG, enum2ArrayList, finalize, firstCompareAndProceed, generalize, generalize, generalize, generalize, generalize, getCompareNodesResult, getContent, getIntegrationInferenceMode, getResultOfSimulation, getTrace, guiTrace, integrateCS, printFocusHashMap, proceed, propagateFromOneFocus, propagateNewNodeViaFocus, saveLog, setIntegrationInferenceMode, setTrace, setTraceArea, toString, toStringResultOfSimulation, trace, trace, updateCompareNodesHshMap, updatePertinentTypes |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IntegrateSituation4Analogy(Ontology ont)
throws DynamicKnowledgeIntegrationException
public IntegrateSituation4Analogy(Ontology ont,
Lexicon lex)
throws DynamicKnowledgeIntegrationException
ont - The ontology considered for the integration. ont can not be null.lex - The lexicon considered for the integration. lex could be null.
DynamicOntologyException - if ont is null.
DynamicKnowledgeIntegrationException
public IntegrateSituation4Analogy(Ontology ont,
Lexicon lex,
javax.swing.JTextArea txtArea)
throws DynamicKnowledgeIntegrationException
ont - The ontology considered for the integration. ont can not be null.lex - The lexicon considered for the integration. lex could be null.txtArea - The Area where the trace is displayed. txtArea could be null.
DynamicOntologyException - if ont is null.
DynamicKnowledgeIntegrationException| Method Detail |
protected CompareCGResult compare(CS newOntNode,
Concept entryPoint,
CS currentOntNode,
CS fatherOntNode)
throws java.lang.Exception
IntegrateCS
compare in class IntegrateCSentryPoint - a Concept to consider as the entry point for the comparisoncurrentOntNode - a CS which is the newDescr to compare withfatherOntNode - a CS which the father ontology node of currentOntNode
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||