public class MarkdownImporterStateMachine extends Object
| Constructor and Description |
|---|
MarkdownImporterStateMachine(org.itsallcode.openfasttrace.importer.markdown.Transition[] transitions)
Create a new instance of the
MarkdownImporterStateMachine |
| Modifier and Type | Method and Description |
|---|---|
String |
getLastToken()
Get the last text token that the state machine isolated
|
void |
step(String line)
Step the state machine
|
public MarkdownImporterStateMachine(org.itsallcode.openfasttrace.importer.markdown.Transition[] transitions)
MarkdownImporterStateMachinetransitions - the transition table that serves as configuration for the
state machineCopyright © 2019. All rights reserved.