org.drools.command
Class ResolvingKnowledgeCommandContext
java.lang.Object
org.drools.command.ResolvingKnowledgeCommandContext
- All Implemented Interfaces:
- org.drools.command.Context, KnowledgeCommandContext
public class ResolvingKnowledgeCommandContext
- extends Object
- implements KnowledgeCommandContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResolvingKnowledgeCommandContext
public ResolvingKnowledgeCommandContext(org.drools.command.Context context)
getKnowledgeBuilder
public org.drools.builder.KnowledgeBuilder getKnowledgeBuilder()
- Specified by:
getKnowledgeBuilder in interface KnowledgeCommandContext
setKnowledgeBuilder
public void setKnowledgeBuilder(org.drools.builder.KnowledgeBuilder kbuilder)
- Specified by:
setKnowledgeBuilder in interface KnowledgeCommandContext
getKnowledgeBase
public org.drools.KnowledgeBase getKnowledgeBase()
- Specified by:
getKnowledgeBase in interface KnowledgeCommandContext
getStatefulKnowledgesession
public org.drools.runtime.StatefulKnowledgeSession getStatefulKnowledgesession()
- Specified by:
getStatefulKnowledgesession in interface KnowledgeCommandContext
getWorkItemManager
public org.drools.runtime.process.WorkItemManager getWorkItemManager()
- Specified by:
getWorkItemManager in interface KnowledgeCommandContext
getExecutionResults
public org.drools.runtime.ExecutionResults getExecutionResults()
- Specified by:
getExecutionResults in interface KnowledgeCommandContext
getWorkingMemoryEntryPoint
public org.drools.runtime.rule.WorkingMemoryEntryPoint getWorkingMemoryEntryPoint()
- Specified by:
getWorkingMemoryEntryPoint in interface KnowledgeCommandContext
getContextManager
public org.drools.command.World getContextManager()
- Specified by:
getContextManager in interface org.drools.command.Context
getName
public String getName()
- Specified by:
getName in interface org.drools.command.Context
get
public Object get(String identifier)
- Specified by:
get in interface org.drools.command.Context
set
public void set(String identifier,
Object value)
- Specified by:
set in interface org.drools.command.Context
remove
public void remove(String name)
- Specified by:
remove in interface org.drools.command.Context
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.