public interface Quitable
Modifier and Type | Method and Description |
---|---|
PatternAgentInstanceContext |
getContext()
Retains the pattern context with relevant pattern and statement-level services.
|
void |
guardQuit()
Indicate guard quitted.
|
void guardQuit()
PatternAgentInstanceContext getContext()
The pattern context is the same context as provided to the guard factory and is provided by the quitable so the guard instance does not need to retain the pattern context.