public interface Sentence<D extends Diagram>
| Modifier and Type | Field and Description |
|---|---|
static RegexLeaf |
OPTIONAL_FINAL_DOT |
static RegexLeaf |
SENTENCE_SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutionResult |
execute(D project,
RegexResult arg) |
IRegex |
toRegex() |
static final RegexLeaf OPTIONAL_FINAL_DOT
static final RegexLeaf SENTENCE_SEPARATOR
IRegex toRegex()
CommandExecutionResult execute(D project, RegexResult arg)