Interface PredicateStub
-
- All Superinterfaces:
Invoker,InvokerDataProvider,InvokerStub,PredicateExpression,RuleComponent
public interface PredicateStub extends PredicateExpression, InvokerStub
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.core.spi.PredicateExpression
PredicateExpression.SafePredicateExpression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetPredicate(PredicateExpression predicate)-
Methods inherited from interface org.drools.core.rule.builder.dialect.asm.InvokerDataProvider
getGlobals, getGlobalTypes, getInternalRuleClassName, getInvokerClassName, getMethodName, getPackageName, getRuleClassName
-
Methods inherited from interface org.drools.core.rule.builder.dialect.asm.InvokerStub
getExpectedDeclarationTypes, getGeneratedInvokerClassName, getPackageImports
-
Methods inherited from interface org.drools.core.spi.PredicateExpression
createContext, evaluate
-
-
-
-
Method Detail
-
setPredicate
void setPredicate(PredicateExpression predicate)
-
-