com.karneim.util.collection.regex

Class PAutomaton

public class PAutomaton extends SAutomaton

Constructor Summary
protected PAutomaton(Automaton_Pattern automaton)
PAutomaton()
PAutomaton(String regEx)
PAutomaton(FSAData data)
PAutomaton(InputStream automatonDataStream)
Method Summary
voidaddAll(String regEx)
protected AutomatonSet_StringgetAutomaton()
StringgetRegEx()
voidremoveAll(String regEx)
voidretainAll(String regEx)
voidtoData(OutputStream automatonDataStream)
writes this.toData() to the automatonDataStream and appends this.getRegEx() to the automatonDataStream.

Constructor Detail

PAutomaton

protected PAutomaton(Automaton_Pattern automaton)

PAutomaton

public PAutomaton()

PAutomaton

public PAutomaton(String regEx)

PAutomaton

public PAutomaton(FSAData data)

PAutomaton

public PAutomaton(InputStream automatonDataStream)

Method Detail

addAll

public void addAll(String regEx)

getAutomaton

protected AutomatonSet_String getAutomaton()

getRegEx

public String getRegEx()

removeAll

public void removeAll(String regEx)

retainAll

public void retainAll(String regEx)

toData

public void toData(OutputStream automatonDataStream)
writes this.toData() to the automatonDataStream and appends this.getRegEx() to the automatonDataStream.