Package | Description |
---|---|
org.dice_research.squirrel.analyzer.mime |
Modifier and Type | Class and Description |
---|---|
class |
RdfAutomata
Default implementation of a finite state machine.
|
class |
TurtleAutomata
Default implementation of a finite state machine.
|
Modifier and Type | Method and Description |
---|---|
static FiniteStateMachine |
RdfAutomata.buildRDFStateMachine()
Builds a finite state machine to validate a simple
RDF file
|
static FiniteStateMachine |
TurtleAutomata.buildTurtleStateMachine()
Builds a finite state machine to validate a simple
RDF file
|
FiniteStateMachine |
RdfAutomata.switchState(String c) |
FiniteStateMachine |
TurtleAutomata.switchState(String c) |
FiniteStateMachine |
FiniteStateMachine.switchState(String c)
Follow a transition, switch the state of the machine.
|
Copyright © 2017–2020. All rights reserved.