public interface MWRequestState<T>
Modifier and Type | Method and Description |
---|---|
boolean |
isTerminal()
Returns true if this state is a terminal state.
|
void |
visit(MWRequestStateVisitor<T> visitor)
Call the appropriate method of visitor, based on the current known state of this request.
|
boolean isTerminal()
void visit(MWRequestStateVisitor<T> visitor)
Copyright 2010-2016 The MathWorks, Inc.