org.drools.command.builder
Class NewKnowledgeBuilderCommand
java.lang.Object
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
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 |
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)
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.