|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AutomatonSimplifier<T>
Interface for simplifying automaton - given PTA should return something reasonable sized, accepting more general language.
Method Summary | |
---|---|
Automaton<T> |
simplify(Automaton<T> inputAutomaton,
SymbolToString<T> symbolToString)
Simplify an automaton. |
Automaton<T> |
simplify(Automaton<T> inputAutomaton,
SymbolToString<T> symbolToString,
List<List<T>> inputStrings)
Simplify an automaton. |
Automaton<T> |
simplify(Automaton<T> inputAutomaton,
SymbolToString<T> symbolToString,
String elementName)
Simplify an automaton. |
Automaton<T> |
simplify(Automaton<T> inputAutomaton,
SymbolToString<T> symbolToString,
String elementName,
List<List<T>> inputStrings)
Simplify an automaton. |
Method Detail |
---|
Automaton<T> simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString) throws InterruptedException
inputAutomaton
- automaton to processsymbolToString
- converter of symbols (of type T) to string - for rendering automaton to user
InterruptedException
Automaton<T> simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName) throws InterruptedException
inputAutomaton
- automaton to processsymbolToString
- converter of symbols (of type T) to string - for rendering automaton to user
InterruptedException
Automaton<T> simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, List<List<T>> inputStrings) throws InterruptedException
inputAutomaton
- automaton to processsymbolToString
- converter of symbols (of type T) to string - for rendering automaton to user
InterruptedException
Automaton<T> simplify(Automaton<T> inputAutomaton, SymbolToString<T> symbolToString, String elementName, List<List<T>> inputStrings) throws InterruptedException
inputAutomaton
- automaton to processsymbolToString
- converter of symbols (of type T) to string - for rendering automaton to user
InterruptedException
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |