Knowledge API Legacy5 Adapter 6.2.0.Final

org.drools.impl.adapters
Class AgendaFilterAdapter

java.lang.Object
  extended by org.drools.impl.adapters.AgendaFilterAdapter
All Implemented Interfaces:
org.kie.api.runtime.rule.AgendaFilter

public class AgendaFilterAdapter
extends Object
implements org.kie.api.runtime.rule.AgendaFilter


Constructor Summary
AgendaFilterAdapter(AgendaFilter delegate)
           
 
Method Summary
 boolean accept(org.kie.api.runtime.rule.Match match)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgendaFilterAdapter

public AgendaFilterAdapter(AgendaFilter delegate)
Method Detail

accept

public boolean accept(org.kie.api.runtime.rule.Match match)
Specified by:
accept in interface org.kie.api.runtime.rule.AgendaFilter

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.2.0.Final

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