public interface FiniteStateMachine
| Modifier and Type | Method and Description |
|---|---|
boolean |
canStop()
Is the current state a final one?
|
org.apache.jena.riot.Lang |
getMimeType() |
boolean |
isError() |
FiniteStateMachine |
switchState(String c)
Follow a transition, switch the state of the machine.
|
FiniteStateMachine switchState(String c)
c - Char.boolean canStop()
boolean isError()
org.apache.jena.riot.Lang getMimeType()
Copyright © 2017–2020. All rights reserved.