public class IntraProcFilter extends Object implements StateMachine<IFlowLabel>
Modifier and Type | Class and Description |
---|---|
static class |
IntraProcFilter.Factory |
StateMachine.State
ERROR
Modifier and Type | Method and Description |
---|---|
StateMachine.State |
getStartState() |
StateMachine.State |
transition(StateMachine.State prevState,
IFlowLabel label) |
public StateMachine.State getStartState()
getStartState
in interface StateMachine<IFlowLabel>
public StateMachine.State transition(StateMachine.State prevState, IFlowLabel label) throws IllegalArgumentException
transition
in interface StateMachine<IFlowLabel>
null
if no such transition existsIllegalArgumentException
StatesMergedException