org.eclipse.palamedes.kif.core.knowledgebase.analyser
Class ADomainInformation

java.lang.Object
  extended by org.eclipse.palamedes.kif.core.knowledgebase.analyser.ADomainInformation
All Implemented Interfaces:
IKBAnalyser

public class ADomainInformation
extends java.lang.Object
implements IKBAnalyser


Constructor Summary
ADomainInformation()
           
 
Method Summary
 void analyse(KnowledgeBase kb)
          The analyse method gets called by the knowledge base.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ADomainInformation

public ADomainInformation()
Method Detail

analyse

public void analyse(KnowledgeBase kb)
Description copied from interface: IKBAnalyser
The analyse method gets called by the knowledge base.

Specified by:
analyse in interface IKBAnalyser