org.drools.command
Class NewKnowledgeBaseCommand

java.lang.Object
  extended by org.drools.command.NewKnowledgeBaseCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<org.drools.KnowledgeBase>, GenericCommand<org.drools.KnowledgeBase>

public class NewKnowledgeBaseCommand
extends Object
implements GenericCommand<org.drools.KnowledgeBase>

See Also:
Serialized Form

Constructor Summary
NewKnowledgeBaseCommand(org.drools.KnowledgeBaseConfiguration kbaseConf)
           
 
Method Summary
 org.drools.KnowledgeBase execute(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewKnowledgeBaseCommand

public NewKnowledgeBaseCommand(org.drools.KnowledgeBaseConfiguration kbaseConf)
Method Detail

execute

public org.drools.KnowledgeBase execute(Context context)
Specified by:
execute in interface GenericCommand<org.drools.KnowledgeBase>


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.