All Classes Interface Summary Class Summary Exception Summary
| Class |
Description |
| FormatException |
|
| InputModelData<I,M extends SimpleTS<?,I>> |
A utility data class, that allows to pair a model that can react to input symbols with a corresponding alphabet.
|
| InputModelDeserializer<I,M extends SimpleTS<?,I>> |
A refinement of the ModelDeserializer interface for arbitrary models that can react to inputs.
|
| InputModelSerializationProvider<I,OUT extends SimpleTS<?,I>,IN extends SimpleTS<?,I>> |
|
| InputModelSerializer<I,M extends SimpleTS<?,I>> |
A refinement of the ModelSerializer interface for arbitrary models that can react to inputs.
|
| ModelDeserializer<M> |
A generic interface for formalizing an arbitrary deserializer for a given model type.
|
| ModelSerializer<M> |
A generic interface for formalizing an arbitrary serializer for a given model type.
|
| SerializationProvider<OUT,IN> |
|
| SimpleAutomatonDeserializer<S,I> |
|
| SimpleAutomatonSerializationProvider<S,I> |
|
| SimpleAutomatonSerializer<I> |
|