Package | Description |
---|---|
be.ac.umons.jsonschematools.generator.exploration |
Contains a generator that produces documents by exhaustively exploring the JSON schema.
|
Modifier and Type | Method and Description |
---|---|
Choice |
ChoicesSequence.createNewChoice(int nPossibilities,
boolean exclusive) |
Choice |
ChoicesSequence.getChoiceForSelectionInList(int listSize,
boolean exclusiveChoice,
boolean skipFirst)
Gets the next possible
Choice for selecting one or multiple elements
in a list. |
Choice |
ChoicesSequence.getNextChoiceInExploration()
Gets the next choice for the current exploration and moves forward in the
sequence.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Choice> |
ChoicesSequence.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ChoicesSequence.removeAllChoicesComingAfter(Choice choice)
Remove all the choices that are after the given choice.
|
Copyright © 2022. All rights reserved.