org.eclipse.palamedes.kif.core.knowledgebase
Interface IKBAnalyser

All Known Implementing Classes:
ABinaryFacts, ADomainInformation, AEnvironment, AUnaryFunctions

public interface IKBAnalyser

The IKBAnalyser interface is the most basic interface for knowledge base analyser classes.

Author:
Ingo Keller

Method Summary
 void analyse(KnowledgeBase kb)
          The analyse method gets called by the knowledge base.
 

Method Detail

analyse

void analyse(KnowledgeBase kb)
The analyse method gets called by the knowledge base.