|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.xabsl.jxabsl.statement.Statement
de.xabsl.jxabsl.statement.TransitionToState
public class TransitionToState
Represents a transition to a state inside a decision tree
Constructor Summary | |
---|---|
TransitionToState(InputSource input,
DebugMessages debug,
java.util.Map<java.lang.String,State> states)
Constructor. |
Method Summary | |
---|---|
State |
getNextState()
Executes the statement and determines the next active state (can be the same). |
Methods inherited from class de.xabsl.jxabsl.statement.Statement |
---|
createStatement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransitionToState(InputSource input, DebugMessages debug, java.util.Map<java.lang.String,State> states) throws IntermediateCodeMalformedException
input
- An input source for the intermediate code. It must be opened
and read until A position where a transition starts.debug
- For debugging outputstates
- All states of the option
IntermediateCodeMalformedException
Method Detail |
---|
public State getNextState()
Statement
getNextState
in class Statement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |