|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.chaperon.build.PatternAutomatonBuilder
This class represents a builder for the pattern automata.
Constructor Summary | |
PatternAutomatonBuilder(Pattern pattern)
Create a builder for the pattern automata. |
Method Summary | |
PatternAutomaton |
getPatternAutomaton()
Return the builded automaton. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PatternAutomatonBuilder(Pattern pattern)
pattern
- Pattern, which should be used to build the pattern automaton.Method Detail |
public PatternAutomaton getPatternAutomaton()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |