|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.mff.ksi.jinfer.base.automaton.Automaton<Regexp<T>>
cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.regexping.RegexpAutomaton<T>
public class RegexpAutomaton<T>
Automaton with Regexp
Field Summary |
---|
Fields inherited from class cz.cuni.mff.ksi.jinfer.base.automaton.Automaton |
---|
delta, initialState, mergedStates, nameMap, newStateName, reverseDelta, reverseMergedStates |
Constructor Summary | |
---|---|
RegexpAutomaton()
Constructor to create empty automaton. |
|
RegexpAutomaton(Automaton<T> anotherAutomaton)
Given another automaton, creates this automaton with same structure (states, delta function). |
|
RegexpAutomaton(boolean createInitialState)
As in automaton, whether to create initial state |
|
RegexpAutomaton(RegexpAutomaton<T> anotherAutomaton)
Cloning constructor. |
Method Summary |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RegexpAutomaton()
public RegexpAutomaton(boolean createInitialState)
createInitialState
- true/false = create/not create initial statepublic RegexpAutomaton(Automaton<T> anotherAutomaton)
AutomatonCloner
of course.
anotherAutomaton
- ordinary automaton which structure we will copypublic RegexpAutomaton(RegexpAutomaton<T> anotherAutomaton)
anotherAutomaton
- another regexp automaton we will be clone of
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |