public class RuleRemovalContext extends Object implements Externalizable
Constructor and Description |
---|
RuleRemovalContext() |
RuleRemovalContext(RuleImpl rule) |
Modifier and Type | Method and Description |
---|---|
InternalKnowledgeBase |
getKnowledgeBase() |
RuleImpl |
getRule()
Returns the reference to the rule being removed from the kbase
|
void |
readExternal(ObjectInput in) |
void |
setKnowledgeBase(InternalKnowledgeBase kBase) |
void |
writeExternal(ObjectOutput out) |
public RuleRemovalContext()
public RuleRemovalContext(RuleImpl rule)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public RuleImpl getRule()
public InternalKnowledgeBase getKnowledgeBase()
public void setKnowledgeBase(InternalKnowledgeBase kBase)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.