Package | Description |
---|---|
be.ac.umons.jsonvalidation |
Implementation of a validation algorithm for JSON documents relying on a
learned 1-SEVPA.
|
be.ac.umons.jsonvalidation.graph |
Implementations of reachability relation and key graph for a VPA accepting JSON documents.
|
Constructor and Description |
---|
ValidationByAutomaton(net.automatalib.automata.vpda.OneSEVPA<L,JSONSymbol> automaton,
KeyGraph<L> graph) |
Modifier and Type | Method and Description |
---|---|
static <L> KeyGraph<L> |
KeyGraph.graphFor(net.automatalib.automata.vpda.OneSEVPA<L,JSONSymbol> automaton,
boolean checkGraph)
Constructs the key graph for the provided automaton.
|
Modifier and Type | Method and Description |
---|---|
static <L> void |
KeyGraphToDot.write(KeyGraph<L> graph,
Appendable output)
Describes the provided key graph using DOT file format.
|
Copyright © 2022. All rights reserved.