com.saxonica.fsa
Class DeterminizedState
java.lang.Object
com.saxonica.fsa.AutomatonState
com.saxonica.fsa.DeterminizedState
public class DeterminizedState
- extends AutomatonState
A state in a determinized finite state machine
Method Summary |
IntSet |
getProvenance()
Get the provenance of a state in a determinized finite state machine. |
void |
setProvenance(IntSet provenance)
Set the provenance of a state in a determinized finite state machine. |
Methods inherited from class com.saxonica.fsa.AutomatonState |
addSpecificTransition, addWildcardTransition, display, displayLambdaTransitions, displayState, getEdges, getSpecificTransition, getStateNumber, getTransition, getWildcardEdges, isFinalState, listAllowedElements, serialize, setFinalState |
DeterminizedState
public DeterminizedState(FiniteStateMachine machine)
- Create a new state
- Parameters:
machine
-
setProvenance
public void setProvenance(IntSet provenance)
- Set the provenance of a state in a determinized finite state machine. This is the set of
corresponding states in the non-determinized FSA
getProvenance
public IntSet getProvenance()
- Get the provenance of a state in a determinized finite state machine. This is the set of
corresponding states in the non-determinized FSA
Copyright (C) Michael H. Kay. All rights reserved.