public final class TAFSerializationMealy extends Object implements InputModelSerializationProvider<String,MealyMachine<?,String,?,?>,MealyMachine<?,String,?,String>>
| Modifier and Type | Method and Description |
|---|---|
static TAFSerializationMealy |
getInstance() |
InputModelData<String,MealyMachine<?,String,?,String>> |
readModel(InputStream is)
Reads the contents from the given input stream and de-serializes it into a model instance.
|
void |
writeModel(OutputStream os,
MealyMachine<?,String,?,?> model,
Alphabet<String> alphabet) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteModel, writeModelwriteModelreadModel, readModel, readModelpublic static TAFSerializationMealy getInstance()
public void writeModel(OutputStream os, MealyMachine<?,String,?,?> model, Alphabet<String> alphabet) throws IOException
writeModel in interface InputModelSerializer<String,MealyMachine<?,String,?,?>>IOExceptionpublic InputModelData<String,MealyMachine<?,String,?,String>> readModel(InputStream is) throws IOException
ModelDeserializerreadModel in interface ModelDeserializer<InputModelData<String,MealyMachine<?,String,?,String>>>is - the input stream to read data fromIOException - if an error occurred while reading from the streamCopyright © 2020. All rights reserved.