public class WordConversion extends Object
| Constructor and Description |
|---|
WordConversion() |
| Modifier and Type | Method and Description |
|---|---|
static net.automatalib.words.Word<JSONSymbol> |
fromJSONDocumentToJSONSymbolWord(org.json.JSONObject document) |
static net.automatalib.words.Word<JSONSymbol> |
fromJSONDocumentToJSONSymbolWord(org.json.JSONObject document,
boolean shuffleKeys,
Random rand) |
static String |
fromJSONSymbolWordToString(net.automatalib.words.Word<JSONSymbol> word) |
public static net.automatalib.words.Word<JSONSymbol> fromJSONDocumentToJSONSymbolWord(org.json.JSONObject document)
public static net.automatalib.words.Word<JSONSymbol> fromJSONDocumentToJSONSymbolWord(org.json.JSONObject document, boolean shuffleKeys, Random rand)
public static String fromJSONSymbolWordToString(net.automatalib.words.Word<JSONSymbol> word)
Copyright © 2022. All rights reserved.