Package | Description |
---|---|
de.learnlib.algorithms.ttt.base |
Modifier and Type | Field and Description |
---|---|
protected IncomingList<I,D> |
BaseTTTLearner.openTransitions
Open transitions, i.e., transitions that possibly point to a non-leaf
node in the discrimination tree.
|
Modifier and Type | Method and Description |
---|---|
IncomingList<I,D> |
DTNode.getIncoming() |
IncomingList<I,D> |
SplitData.getIncoming(D label)
Retrieves the list of incoming transitions for the respective label.
|
Modifier and Type | Method and Description |
---|---|
void |
IncomingList.insertAllIncoming(IncomingList<I,D> list) |
Copyright © 2016. All rights reserved.