Knowledge API Legacy5 Adapter 6.1.0.Final

org.drools.impl.adapters
Class GlobalAdapter

java.lang.Object
  extended by org.drools.impl.adapters.GlobalAdapter
All Implemented Interfaces:
Global

public class GlobalAdapter
extends Object
implements Global


Constructor Summary
GlobalAdapter(org.kie.api.definition.rule.Global delegate)
           
 
Method Summary
static List<Global> adaptGlobals(Collection<org.kie.api.definition.rule.Global> globals)
           
 boolean equals(Object obj)
           
 String getName()
           
 String getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalAdapter

public GlobalAdapter(org.kie.api.definition.rule.Global delegate)
Method Detail

getName

public String getName()
Specified by:
getName in interface Global

getType

public String getType()
Specified by:
getType in interface Global

adaptGlobals

public static List<Global> adaptGlobals(Collection<org.kie.api.definition.rule.Global> globals)

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.