public class EvaluationContextImpl extends ContextBase implements EvaluationContext
| Constructor and Description |
|---|
EvaluationContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPostOperation(Operation operation) |
void |
addPreOperation(Operation operation) |
void |
clear()
Clears the state of this context so that it may be reused, saving instantiation cost during rule iteration.
|
List<Operation> |
getPostOperations()
Get an immutable view of the added post-
Operation instances. |
List<Operation> |
getPreOperations()
Get an immutable view of the added pre-
Operation instances. |
String |
toString() |
containsKey, get, putclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontainsKey, get, putpublic void addPreOperation(Operation operation)
addPreOperation in interface EvaluationContextpublic void addPostOperation(Operation operation)
addPostOperation in interface EvaluationContextpublic List<Operation> getPreOperations()
Operation instances.public List<Operation> getPostOperations()
Operation instances.public String toString()
toString in class ContextBasepublic void clear()
Copyright © 2013 OCPsoft. All Rights Reserved.