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
| 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 kbaseId)
NewKnowledgeBuilderCommand
public NewKnowledgeBuilderCommand(org.drools.builder.KnowledgeBuilderConfiguration kbuilderConf,
String kbaseId,
String outIdentifier)
getAttachedKnowledgeBase
public org.drools.KnowledgeBase getAttachedKnowledgeBase()
setAttachedKnowledgeBase
public void setAttachedKnowledgeBase(org.drools.KnowledgeBase attachedKnowledgeBase)
setAttachedKnowledgeBase
public void setAttachedKnowledgeBase(String kbaseId)
execute
public org.drools.builder.KnowledgeBuilder execute(org.drools.command.Context context)
- Specified by:
execute in interface GenericCommand<org.drools.builder.KnowledgeBuilder>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.