Knowledge API Legacy5 Adapter 6.1.0.Final

org.drools.impl.adapters
Class AgendaGroupAdapter

java.lang.Object
  extended by org.drools.impl.adapters.AgendaGroupAdapter
All Implemented Interfaces:
AgendaGroup

public class AgendaGroupAdapter
extends Object
implements AgendaGroup


Constructor Summary
AgendaGroupAdapter(org.kie.api.runtime.rule.AgendaGroup delegate)
           
 
Method Summary
 void clear()
           
 boolean equals(Object obj)
           
 String getName()
           
 int hashCode()
           
 void setFocus()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgendaGroupAdapter

public AgendaGroupAdapter(org.kie.api.runtime.rule.AgendaGroup delegate)
Method Detail

getName

public String getName()
Specified by:
getName in interface AgendaGroup
Returns:
The AgendaGroup name

clear

public void clear()
Specified by:
clear in interface AgendaGroup

setFocus

public void setFocus()
Specified by:
setFocus in interface AgendaGroup

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Knowledge API Legacy5 Adapter 6.1.0.Final

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