com.karneim.util.collection.set
Class FSAData
public
class
FSAData
extends Object
implements Serializable
FSAData is a simple representation of a finite state automaton as a ValueObject.
It provides no functionality, but only the data of a specific automaton.
It is used for the interchange of automatons between different applications or tools.
In future there will be also an compatible XML representation.
Author: Ralf Meyer
public Boolean isDeterministic
public Integer startStateNumber
public FSAData(
FSAData.
State[] states, Integer startStateNumber, boolean isDeterministic)
public FSAData(
FSAData.
State[] states, Integer startStateNumber)