| Package | Description |
|---|---|
| de.learnlib.api | |
| de.learnlib.api.statistic |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObservableSUL<S,I,O>
A System Under Learning (SUL) where at any point in time the internal state can be observed.
|
interface |
StateLocalInputSUL<I,O>
A System Under Learning (SUL) which can additionally report the inputs that the SUL can process in its current state,
i.e. inputs that will not trigger a
SULException when used in the next invocation of the step(Object) method return an otherwise "undefined" behavior. |
| Modifier and Type | Method and Description |
|---|---|
default SUL<I,O> |
SUL.fork()
Forks this SUL, if possible.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StatisticSUL<I,O> |
Copyright © 2019. All rights reserved.