Interface GuardFactory
- All Known Implementing Classes:
ExpressionGuardFactory
,TimerWithinGuardFactory
,TimerWithinOrMaxCountGuardFactory
public interface GuardFactory
Interface for a factory for
Guard
instances.-
Method Summary
Modifier and TypeMethodDescriptionmakeGuard
(PatternAgentInstanceContext context, MatchedEventMap beginState, Quitable quitable, Object guardState) Constructs a guard instance.
-
Method Details
-
makeGuard
Guard makeGuard(PatternAgentInstanceContext context, MatchedEventMap beginState, Quitable quitable, Object guardState) Constructs a guard instance.- Parameters:
context
- - services for use by guardbeginState
- - the prior matching eventsquitable
- - to use for indicating the guard has quitguardState
- - state node for guard- Returns:
- guard instance
-