Package net.automatalib.serialization
Interface InputModelDeserializer<I,M extends SimpleTS<?,I>>
-
- Type Parameters:
I
- the type of input symbolsM
- the type of objects implementing classes can deserialize
- All Superinterfaces:
ModelDeserializer<InputModelData<I,M>>
- All Known Subinterfaces:
DOTInputModelDeserializer<S,I,M>
,InputModelSerializationProvider<I,OUT,IN>
,SimpleAutomatonDeserializer<S,I>
,SimpleAutomatonSerializationProvider<S,I>
- All Known Implementing Classes:
AUTSerializationProvider
,DOTMutableAutomatonParser
,LearnLibV2Serialization
,SAFSerializationDFA
,SAFSerializationNFA
,TAFSerializationDFA
,TAFSerializationMealy
public interface InputModelDeserializer<I,M extends SimpleTS<?,I>> extends ModelDeserializer<InputModelData<I,M>>
A refinement of theModelDeserializer
interface for arbitrary models that can react to inputs. Introduces a new type variable for the input symbol type and limits the model type toSimpleTS
s.
-
-
Method Summary
-
Methods inherited from interface net.automatalib.serialization.ModelDeserializer
readModel, readModel, readModel, readModel
-
-