Knowledge API Legacy5 Adapter 6.1.0.Final

org.drools.impl.adapters
Class AgendaAdapter

java.lang.Object
  extended by org.drools.impl.adapters.AgendaAdapter
All Implemented Interfaces:
Agenda

public class AgendaAdapter
extends Object
implements Agenda


Constructor Summary
AgendaAdapter(org.kie.api.runtime.rule.Agenda delegate)
           
 
Method Summary
 void clear()
           
 boolean equals(Object obj)
           
 ActivationGroup getActivationGroup(String name)
           
 AgendaGroup getAgendaGroup(String name)
           
 RuleFlowGroup getRuleFlowGroup(String name)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgendaAdapter

public AgendaAdapter(org.kie.api.runtime.rule.Agenda delegate)
Method Detail

clear

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

getAgendaGroup

public AgendaGroup getAgendaGroup(String name)
Specified by:
getAgendaGroup in interface Agenda

getActivationGroup

public ActivationGroup getActivationGroup(String name)
Specified by:
getActivationGroup in interface Agenda

getRuleFlowGroup

public RuleFlowGroup getRuleFlowGroup(String name)
Specified by:
getRuleFlowGroup in interface Agenda

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.