Class DOTInputModelData<S,I,M extends SimpleTS<S,I>>
- java.lang.Object
-
- net.automatalib.serialization.InputModelData<I,M>
-
- net.automatalib.serialization.dot.DOTInputModelData<S,I,M>
-
- Type Parameters:
S- the state type of the modelI- the input symbol typeM- the model type
public class DOTInputModelData<S,I,M extends SimpleTS<S,I>> extends InputModelData<I,M>
A utility data class, that extendsInputModelDataby labeling information of the model's states.
-
-
Field Summary
Fields Modifier and Type Field Description Mapping<S,String>stateLabels-
Fields inherited from class net.automatalib.serialization.InputModelData
alphabet, model
-
-