com.karneim.util.collection.regex
public class PAutomaton extends SAutomaton
| Constructor Summary | |
|---|---|
| protected | PAutomaton(Automaton_Pattern automaton) |
| PAutomaton() | |
| PAutomaton(String regEx) | |
| PAutomaton(FSAData data) | |
| PAutomaton(InputStream automatonDataStream) | |
| Method Summary | |
|---|---|
| void | addAll(String regEx) |
| protected AutomatonSet_String | getAutomaton() |
| String | getRegEx() |
| void | removeAll(String regEx) |
| void | retainAll(String regEx) |
| void | toData(OutputStream automatonDataStream)
writes this.toData() to the automatonDataStream and appends this.getRegEx() to the automatonDataStream. |