public static class PredicateExpression.SafePredicateExpression extends Object implements PredicateExpression, Serializable
PredicateExpression.SafePredicateExpression
Constructor and Description |
---|
SafePredicateExpression(PredicateExpression delegate) |
Modifier and Type | Method and Description |
---|---|
Object |
createContext() |
boolean |
evaluate(InternalFactHandle handle,
Tuple tuple,
Declaration[] previousDeclarations,
Declaration[] localDeclarations,
WorkingMemory workingMemory,
Object context) |
boolean |
wrapsCompiledInvoker() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isCompiledInvoker
public SafePredicateExpression(PredicateExpression delegate)
public Object createContext()
createContext
in interface PredicateExpression
public boolean evaluate(InternalFactHandle handle, Tuple tuple, Declaration[] previousDeclarations, Declaration[] localDeclarations, WorkingMemory workingMemory, Object context) throws Exception
evaluate
in interface PredicateExpression
Exception
public boolean wrapsCompiledInvoker()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.