| java.lang.Object com.tc.jrexx.set.FSAData
FSAData | public class FSAData implements java.io.Serializable(Code) | | 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 |
classVersion | final static int classVersion(Code) | | |
objectVersion | int objectVersion(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | |
states | public State[] states(Code) | | |
|
|