aminePlatform.engines.memoryBasedInferences
Class MemoryAbductiveInference

java.lang.Object
  extended byaminePlatform.engines.memoryBasedInferences.MemoryBasedInferences
      extended byaminePlatform.engines.memoryBasedInferences.MemoryAbductiveInference

public class MemoryAbductiveInference
extends MemoryBasedInferences

MemoryAbductiveInference is a specialization of MemoryBasedInferences. Copyright: Copyright (c) 2004-2009 Adil KABBAJ


Field Summary
 
Fields inherited from class aminePlatform.engines.memoryBasedInferences.MemoryBasedInferences
ABDUCTIVE_INFERENCE_MODE, ANALOGICAL_INFERENCE_MODE, DEDUCTIVE_INFERENCE_MODE, integrationSituation, lexicon, ontology, rulesUsed, txtArea
 
Constructor Summary
MemoryAbductiveInference(Ontology ontology, Lexicon lexicon)
           
 
Method Summary
 CG doInferenceStep(CG newDescr, SimulationObject simulationObject)
           
 
Methods inherited from class aminePlatform.engines.memoryBasedInferences.MemoryBasedInferences
getTextArea, inferenceStep, oneInferenceStep, setTextArea, strictInferenceChain
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryAbductiveInference

public MemoryAbductiveInference(Ontology ontology,
                                Lexicon lexicon)
                         throws DynamicKnowledgeIntegrationException
Method Detail

doInferenceStep

public CG doInferenceStep(CG newDescr,
                          SimulationObject simulationObject)
                   throws java.lang.Exception
Specified by:
doInferenceStep in class MemoryBasedInferences
Throws:
java.lang.Exception