| Package | Description |
|---|---|
| net.automatalib.serialization | |
| net.automatalib.serialization.automaton |
| Modifier and Type | Method and Description |
|---|---|
default void |
InputModelSerializer.writeModel(OutputStream os,
InputModelData<I,M> model) |
| Modifier and Type | Method and Description |
|---|---|
default <I2> InputModelData<I2,SimpleAutomaton<S,I2>> |
SimpleAutomatonDeserializer.readModel(byte[] buf,
Function<I,I2> inputTransformer)
Reads the contents from the given byte buffer and de-serializes it into a
InputModelData that contains
the model and its alphabet definition. |
default <I2> InputModelData<I2,SimpleAutomaton<S,I2>> |
SimpleAutomatonDeserializer.readModel(File f,
Function<I,I2> inputTransformer)
Reads the contents from the given file and de-serializes it into a
InputModelData that contains the model
and its alphabet definition. |
default InputModelData<I,SimpleAutomaton<S,I>> |
SimpleAutomatonDeserializer.readModel(InputStream is) |
<I2> InputModelData<I2,SimpleAutomaton<S,I2>> |
SimpleAutomatonDeserializer.readModel(InputStream is,
Function<I,I2> inputTransformer)
Reads the contents from the given input stream and de-serializes it into a
InputModelData that contains
the model and its alphabet definition. |
default <I2> InputModelData<I2,SimpleAutomaton<S,I2>> |
SimpleAutomatonDeserializer.readModel(URL url,
Function<I,I2> inputTransformer)
Reads the contents from the given URL and de-serializes it into a
InputModelData that contains the model
and its alphabet definition. |
Copyright © 2020. All rights reserved.