|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GuardFactory
Interface for a factory for Guard
instances.
Method Summary | |
---|---|
Guard |
makeGuard(PatternAgentInstanceContext context,
MatchedEventMap beginState,
Quitable quitable,
EvalStateNodeNumber stateNodeId,
java.lang.Object guardState)
Constructs a guard instance. |
void |
setGuardParameters(java.util.List<ExprNode> guardParameters,
MatchedEventConvertor convertor)
Sets the guard object parameters. |
Method Detail |
---|
void setGuardParameters(java.util.List<ExprNode> guardParameters, MatchedEventConvertor convertor) throws GuardParameterException
guardParameters
- is a list of parametersconvertor
- for converting a
GuardParameterException
- thrown to indicate a parameter problemGuard makeGuard(PatternAgentInstanceContext context, MatchedEventMap beginState, Quitable quitable, EvalStateNodeNumber stateNodeId, java.lang.Object guardState)
context
- - services for use by guardbeginState
- - the prior matching eventsquitable
- - to use for indicating the guard has quitstateNodeId
- - a node id for the state objectguardState
- - state node for guard
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |