org.drools.command.builder
Class NewKnowledgeBuilderCommand

java.lang.Object
  extended by org.drools.command.builder.NewKnowledgeBuilderCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<org.drools.builder.KnowledgeBuilder>, GenericCommand<org.drools.builder.KnowledgeBuilder>

public class NewKnowledgeBuilderCommand
extends Object
implements GenericCommand<org.drools.builder.KnowledgeBuilder>

See Also:
Serialized Form

Constructor Summary
NewKnowledgeBuilderCommand()
           
NewKnowledgeBuilderCommand(org.drools.builder.KnowledgeBuilderConfiguration kbuilderConf)
           
NewKnowledgeBuilderCommand(org.drools.builder.KnowledgeBuilderConfiguration kbuilderConf, String outIdentifier)
           
NewKnowledgeBuilderCommand(String outIdentifier)
           
 
Method Summary
 org.drools.builder.KnowledgeBuilder execute(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewKnowledgeBuilderCommand

public NewKnowledgeBuilderCommand()

NewKnowledgeBuilderCommand

public NewKnowledgeBuilderCommand(String outIdentifier)

NewKnowledgeBuilderCommand

public NewKnowledgeBuilderCommand(org.drools.builder.KnowledgeBuilderConfiguration kbuilderConf)

NewKnowledgeBuilderCommand

public NewKnowledgeBuilderCommand(org.drools.builder.KnowledgeBuilderConfiguration kbuilderConf,
                                  String outIdentifier)
Method Detail

execute

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


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