Package | Description |
---|---|
org.dice_research.squirrel.analyzer.mime |
Modifier and Type | Class and Description |
---|---|
class |
RtState
State in a finite state machine.
|
Modifier and Type | Field and Description |
---|---|
private State |
RdfAutomata.current
Current state.
|
private State |
TurtleAutomata.current
Current state.
|
private State |
RtTransition.next |
Modifier and Type | Method and Description |
---|---|
State |
RtTransition.state() |
State |
Transition.state()
The state to which this transition leads.
|
State |
State.transit(String c)
Follow one of the transitions, to get
to the next state.
|
State |
RtState.transit(String c) |
State |
State.with(Transition tr)
Add a Transition to this state.
|
State |
RtState.with(Transition tr) |
Constructor and Description |
---|
RdfAutomata(State initial)
Ctor.
|
RtTransition(String rule,
State next)
Ctor.
|
TurtleAutomata(State initial)
Ctor.
|
Copyright © 2017–2020. All rights reserved.