biz.hammurapi.rules
Interface KnowledgeBase.KnowledgeBaseCommand

Enclosing interface:
KnowledgeBase

public static interface KnowledgeBase.KnowledgeBaseCommand

Interface for dispatching commands to knowledge bases.

Author:
Pavel

Method Summary
 void execute(KnowledgeBase knowledgeBase)
          Knowledge base invokes this method when instance of command is dispatched to it.
 

Method Detail

execute

void execute(KnowledgeBase knowledgeBase)
Knowledge base invokes this method when instance of command is dispatched to it.

Parameters:
knowledgeBase -


Copyright © 2005 Hammurapi Group. All Rights Reserved.