State
- public class Determinizer<State> extends Object
Constructor and Description |
---|
Determinizer(TreeAutomaton<State> originalAutomaton)
Creates a new instance for the given instance.
|
Modifier and Type | Method and Description |
---|---|
TreeAutomaton<Set<State>> |
determinize(List<IntSet> newStateToOldStateSet)
Returns a bottom up deterministic tree automaton for the underlying automaton.
|
public Determinizer(TreeAutomaton<State> originalAutomaton)
originalAutomaton
- public TreeAutomaton<Set<State>> determinize(List<IntSet> newStateToOldStateSet)
newStateToOldStateSet
- a list which contains the set any new state corresponds to
after the algorithm finishes (set) is cleared by algorithm before adding sets. If the
new state has id x then the corresponding set will be in newStateToOldStateSet.get(x). First
entry is null.Copyright © 2017. All rights reserved.