org.drools.rule.builder.dialect.asm
Class InvokerContext

java.lang.Object
  extended by org.drools.rule.builder.dialect.asm.InvokerContext
All Implemented Interfaces:
InvokerDataProvider

public class InvokerContext
extends Object
implements InvokerDataProvider


Constructor Summary
InvokerContext(Map<String,Object> invokerContext)
           
 
Method Summary
 Declaration[] getDeclarations()
           
 String[] getGlobals()
           
 String[] getGlobalTypes()
           
 String getInternalRuleClassName()
           
 String getInvokerClassName()
           
 String getMethodName()
           
 Boolean[] getNotPatterns()
           
 String getPackageName()
           
 String getRuleClassName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerContext

public InvokerContext(Map<String,Object> invokerContext)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getPackageName

public String getPackageName()
Specified by:
getPackageName in interface InvokerDataProvider

getRuleClassName

public String getRuleClassName()
Specified by:
getRuleClassName in interface InvokerDataProvider

getInternalRuleClassName

public String getInternalRuleClassName()
Specified by:
getInternalRuleClassName in interface InvokerDataProvider

getInvokerClassName

public String getInvokerClassName()
Specified by:
getInvokerClassName in interface InvokerDataProvider

getMethodName

public String getMethodName()
Specified by:
getMethodName in interface InvokerDataProvider

getGlobals

public String[] getGlobals()
Specified by:
getGlobals in interface InvokerDataProvider

getGlobalTypes

public String[] getGlobalTypes()
Specified by:
getGlobalTypes in interface InvokerDataProvider

getNotPatterns

public Boolean[] getNotPatterns()

getDeclarations

public Declaration[] getDeclarations()


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