cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective
Class DefectiveAutomaton<T>
java.lang.Object
cz.cuni.mff.ksi.jinfer.base.automaton.Automaton<T>
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.simplifying.defective.DefectiveAutomaton<T>
public class DefectiveAutomaton<T>
- extends Automaton<T>
TODO anti Comment!
Methods inherited from class cz.cuni.mff.ksi.jinfer.base.automaton.Automaton |
buildPTAOnRegexp, buildPTAOnSymbol, createNewState, getDelta, getInitialState, getMergedStates, getNewStateName, getOutStepOnSymbol, getRealState, getReverseDelta, getReverseMergedStates, mergeStates, mergeStates, toString, toTestString |
DefectiveAutomaton
public DefectiveAutomaton(boolean createInitialState)
DefectiveAutomaton
public DefectiveAutomaton()
DefectiveAutomaton
public DefectiveAutomaton(Automaton<T> anotherAutomaton)
getRemovedInputStrings
public List<List<T>> getRemovedInputStrings()
removeStep
public void removeStep(Step<T> step)
minimize
public void minimize()
tryRemoveInputString
public void tryRemoveInputString(List<T> string)
undoRemoveInputString
public void undoRemoveInputString(List<T> string)
Generated on Fri Dec 9 00:01:25 CET 2011