public class RuleFlowGroupImpl extends Object implements org.kie.api.runtime.rule.RuleFlowGroup, Externalizable
Modifier and Type | Method and Description |
---|---|
void |
clear() |
String |
getName() |
void |
readExternal(ObjectInput in) |
void |
setAutoDeactivate(boolean deactivate) |
void |
writeExternal(ObjectOutput out) |
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public String getName()
getName
in interface org.kie.api.runtime.rule.RuleFlowGroup
public void clear()
clear
in interface org.kie.api.runtime.rule.RuleFlowGroup
public void setAutoDeactivate(boolean deactivate)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.