public static class PredicateConstraint.SafePredicateExpression extends Object implements PredicateExpression, Serializable
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) |
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
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.