| Package | Description |
|---|---|
| de.learnlib.algorithms.adt.api | |
| de.learnlib.algorithms.adt.learner |
| Modifier and Type | Method and Description |
|---|---|
void |
PartialTransitionAnalyzer.closeTransition(S state,
I input)
Determine the successor/output of the transition in question (which is usually achieved by sifting the
corresponding long-prefix through the ADT).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ADTLearner.closeTransition(ADTState<I,O> state,
I input) |
Copyright © 2018. All rights reserved.