protected abstract M |
AbstractBlueFringeRPNI.ptaToModel(BlueFringePTA<SP,TP> pta) |
Transforms the final PTA into a model.
|
protected net.automatalib.automaton.fsa.DFA<?,I> |
BlueFringeEDSMDFA.ptaToModel(BlueFringePTA<Boolean,Void> pta) |
|
protected net.automatalib.automaton.fsa.DFA<?,I> |
BlueFringeMDLDFA.ptaToModel(BlueFringePTA<Boolean,Void> pta) |
|
protected net.automatalib.automaton.fsa.DFA<?,I> |
BlueFringeRPNIDFA.ptaToModel(BlueFringePTA<Boolean,Void> pta) |
|
protected net.automatalib.automaton.transducer.MealyMachine<?,I,?,O> |
BlueFringeRPNIMealy.ptaToModel(BlueFringePTA<Void,O> pta) |
|
protected net.automatalib.automaton.transducer.MooreMachine<?,I,?,O> |
BlueFringeRPNIMoore.ptaToModel(BlueFringePTA<O,Void> pta) |
|
protected @Nullable RedBlueMerge<BlueFringePTAState<SP,TP>,SP,TP> |
AbstractBlueFringeRPNI.tryMerge(BlueFringePTA<SP,TP> pta,
BlueFringePTAState<SP,TP> qr,
BlueFringePTAState<SP,TP> qb) |
Attempts to merge a blue state into a red state.
|