Knowledge API Legacy5 Adapter 6.1.0.Final

org.drools.impl.adapters
Class RuleFlowGroupAdapter

java.lang.Object
  extended by org.drools.impl.adapters.RuleFlowGroupAdapter
All Implemented Interfaces:
RuleFlowGroup

public class RuleFlowGroupAdapter
extends Object
implements RuleFlowGroup


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

Constructor Detail

RuleFlowGroupAdapter

public RuleFlowGroupAdapter(org.kie.api.runtime.rule.RuleFlowGroup delegate)
Method Detail

getName

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

clear

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

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.