| Package | Description |
|---|---|
| de.learnlib.datastructure.pta.bluefringe | |
| de.learnlib.datastructure.pta.pta |
| Modifier and Type | Method and Description |
|---|---|
<S extends AbstractBlueFringePTAState<?,?,S>> |
ProcessingOrder.createWorklist()
Creates a worklist for managing the set of blue states in the RPNI algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
PTATransition<S> |
BasePTA.getTransition(S state,
Integer input) |
PTATransition<S> |
AbstractBlueFringePTAState.makeBlue() |
| Modifier and Type | Method and Description |
|---|---|
<I> Graph<S,PTATransition<S>> |
BasePTA.graphView(Alphabet<I> alphabet) |
| Modifier and Type | Method and Description |
|---|---|
S |
BasePTA.getSuccessor(PTATransition<S> transition) |
TP |
BasePTA.getTransitionProperty(PTATransition<S> transition) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedBlueMerge.apply(AbstractBlueFringePTA<SP,TP,S> pta,
Consumer<? super PTATransition<S>> newFrontierConsumer) |
void |
AbstractBlueFringePTA.init(Consumer<? super PTATransition<S>> newBlue) |
void |
AbstractBlueFringePTA.promote(S qb,
Consumer<? super PTATransition<S>> newBlue) |
Copyright © 2019. All rights reserved.