public class ValidationState<L> extends Object
ValidationByAutomaton
.
It contains a set with the source and reached locations in the VPA and a stack.
Constructor and Description |
---|
ValidationState(Set<PairSourceToReached<L>> sourceToReachedLocations,
be.ac.umons.jsonvalidation.ValidationStackContents<L> stack) |
Modifier and Type | Method and Description |
---|---|
Set<L> |
getReachedLocations() |
Set<PairSourceToReached<L>> |
getSourceToReachedLocations() |
be.ac.umons.jsonvalidation.ValidationStackContents<L> |
getStack() |
public ValidationState(Set<PairSourceToReached<L>> sourceToReachedLocations, be.ac.umons.jsonvalidation.ValidationStackContents<L> stack)
Copyright © 2022. All rights reserved.