static <I> CompactNFA<I> |
ValmariExtractors.toNFA(Valmari valmari,
NFA<?,I> original,
Alphabet<I> alphabet) |
Extracts from the given partition refinement data structure the "quotiented" NFA of the original one.
|
static <I> CompactNFA<I> |
ValmariExtractors.toNFA(Valmari valmari,
NFA<?,I> original,
Alphabet<I> alphabet,
boolean pruneUnreachable) |
Extracts from the given partition refinement data structure the "quotiented" NFA of the original one.
|
static <S,I,A extends MutableNFA<S,I>> A |
ValmariExtractors.toNFA(Valmari valmari,
NFA<?,I> original,
Alphabet<I> alphabet,
boolean pruneUnreachable,
AutomatonCreator<A,I> creator) |
Extracts from the given partition refinement data structure the "quotiented" NFA of the original one.
|
static <S,I,SP,TP,A extends MutableAutomaton<S,I,?,SP,TP>> A |
ValmariExtractors.toUniversal(Valmari valmari,
UniversalAutomaton<?,I,?,SP,TP> original,
Alphabet<I> alphabet,
AutomatonCreator<A,I> creator) |
Extracts from the given partition refinement data structure the "quotiented" automaton of the original one, using
its state and transition properties.
|
static <S,I,SP,TP,A extends MutableAutomaton<S,I,?,SP,TP>> A |
ValmariExtractors.toUniversal(Valmari valmari,
UniversalAutomaton<?,I,?,SP,TP> original,
Alphabet<I> alphabet,
AutomatonCreator<A,I> creator,
boolean pruneUnreachable) |
Extracts from the given partition refinement data structure the "quotiented" automaton of the original one, using
its state and transition properties.
|