org.drools.runtime.rule.impl
Class AgendaGroupImpl

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

public class AgendaGroupImpl
extends Object
implements org.drools.runtime.rule.AgendaGroup, Externalizable

See Also:
Serialized Form

Method Summary
 void clear()
           
 String getName()
           
 void readExternal(ObjectInput in)
           
 void setFocus()
           
 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.AgendaGroup

clear

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

setFocus

public void setFocus()
Specified by:
setFocus in interface org.drools.runtime.rule.AgendaGroup


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.