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 model
I - the input symbol type
M - the model type

public class DOTInputModelData<S,I,M extends SimpleTS<S,I>> extends InputModelData<I,M>
A utility data class, that extends InputModelData by labeling information of the model's states.
  • Field Details

  • Constructor Details