Module de.learnlib.datastructure
Package de.learnlib.datastructure.observationtable
-
Interface Summary Interface Description MutableObservationTable<I,D> ObservationTable<I,D> An observation table is a common method for learning algorithms to store organize their observations.ObservationTableFeature<I,D> OTLearner<M,I,D> OTLearner.OTLearnerDFA<I> OTLearner.OTLearnerMealy<I,O> OTLearner.OTLearnerMoore<I,O> Row<I> A row in an observation table. -
Class Summary Class Description GenericObservationTable<I,D> Observation table class.Inconsistency<I> A description of an inconsistency in anGenericObservationTable
.OTUtils