public interface PredicateExpression extends Invoker
Modifier and Type | Interface and Description |
---|---|
static class |
PredicateExpression.SafePredicateExpression |
Modifier and Type | Method and Description |
---|---|
Object |
createContext() |
boolean |
evaluate(InternalFactHandle handle,
Tuple tuple,
Declaration[] previousDeclarations,
Declaration[] localDeclarations,
WorkingMemory workingMemory,
Object context) |
static boolean |
isCompiledInvoker(PredicateExpression expression) |
Object createContext()
boolean evaluate(InternalFactHandle handle, Tuple tuple, Declaration[] previousDeclarations, Declaration[] localDeclarations, WorkingMemory workingMemory, Object context) throws Exception
Exception
static boolean isCompiledInvoker(PredicateExpression expression)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.