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.
|
Modifier and Type | Method and Description |
---|---|
static <L> PairSourceToReached<L> |
PairSourceToReached.of(L sourceLocation,
L reachedLocation) |
PairSourceToReached<L> |
PairSourceToReached.transitionToReached(L reachedLocation)
Creates a new pair with the current source location, and the new reached
location.
|
Modifier and Type | Method and Description |
---|---|
static <L> Set<PairSourceToReached<L>> |
PairSourceToReached.getIdentityPairs(Collection<L> locations) |
Set<PairSourceToReached<L>> |
ValidationState.getSourceToReachedLocations() |
Constructor and Description |
---|
ValidationState(Set<PairSourceToReached<L>> sourceToReachedLocations,
be.ac.umons.jsonvalidation.ValidationStackContents<L> stack) |
Modifier and Type | Method and Description |
---|---|
PairSourceToReached<L> |
NodeInGraph.getPairLocations() |
Copyright © 2022. All rights reserved.