public interface PreStateProcessor extends Processor
Modifier and Type | Method and Description |
---|---|
void |
addEveryState(StateEvent stateEvent) |
void |
addState(StateEvent stateEvent) |
int |
getStateId() |
StreamPostStateProcessor |
getThisStatePostProcessor() |
void |
init() |
boolean |
isStartState() |
ComplexEventChunk |
processAndReturn(ComplexEventChunk complexEventChunk) |
void |
resetState() |
void |
setStartState(boolean isStartState) |
void |
setStartStateIds(int[] stateIds) |
void |
setStateId(int stateId) |
void |
setWithinEveryPreStateProcessor(PreStateProcessor withinEveryPreStateProcessor) |
void |
setWithinTime(long withinTime) |
void |
updateState() |
getNextProcessor, process, setNextProcessor, setToLast
void addState(StateEvent stateEvent)
void addEveryState(StateEvent stateEvent)
ComplexEventChunk processAndReturn(ComplexEventChunk complexEventChunk)
int getStateId()
void setStateId(int stateId)
void init()
boolean isStartState()
void setStartState(boolean isStartState)
void setWithinEveryPreStateProcessor(PreStateProcessor withinEveryPreStateProcessor)
void updateState()
StreamPostStateProcessor getThisStatePostProcessor()
void resetState()
void setWithinTime(long withinTime)
void setStartStateIds(int[] stateIds)
Copyright © 2019. All rights reserved.