![]() |
Gridarta Editor
|
The FSM states. More...
Public Attributes | |
M | |
A @match line has been processed. More... | |
MT | |
A @match line and at least one text line has been processed. More... | |
MTR | |
A @match line, at least one text line, and a @reply or @question line has been processed. More... | |
N | |
Nothing processed yet. More... | |
The FSM states.
Definition at line 172 of file ReplyValidator.java.
net.sf.gridarta.var.crossfire.model.validation.checks.ReplyValidator< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.State.M |
A @match line has been processed.
Definition at line 182 of file ReplyValidator.java.
net.sf.gridarta.var.crossfire.model.validation.checks.ReplyValidator< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.State.MT |
A @match line and at least one text line has been processed.
Definition at line 187 of file ReplyValidator.java.
net.sf.gridarta.var.crossfire.model.validation.checks.ReplyValidator< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.State.MTR |
A @match line, at least one text line, and a @reply or @question line has been processed.
Definition at line 193 of file ReplyValidator.java.
net.sf.gridarta.var.crossfire.model.validation.checks.ReplyValidator< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.State.N |
Nothing processed yet.
Definition at line 177 of file ReplyValidator.java.