org.drools.runtime.rule.impl
Class RuleFlowGroupImpl

java.lang.Object
  extended by org.drools.runtime.rule.impl.RuleFlowGroupImpl
All Implemented Interfaces:
Externalizable, Serializable, org.drools.runtime.rule.RuleFlowGroup

public class RuleFlowGroupImpl
extends Object
implements org.drools.runtime.rule.RuleFlowGroup, Externalizable

See Also:
Serialized Form

Method Summary
 void clear()
           
 String getName()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

getName

public String getName()
Specified by:
getName in interface org.drools.runtime.rule.RuleFlowGroup

clear

public void clear()
Specified by:
clear in interface org.drools.runtime.rule.RuleFlowGroup


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.