Serialized Form
-
Package it.univr.wordautomata.model
-
Class it.univr.wordautomata.model.State
class State extends Object implements Serializable- serialVersionUID:
- 6863920576414706018L
-
Serialization Methods
-
readObject
Reads the state from an object input stream- Parameters:
in
- the object input stream to read from
-
writeObject
Writes the state to an object output stream- Parameters:
out
- the object output stream to write to
-
-
Class it.univr.wordautomata.model.Transition
class Transition extends Object implements Serializable-
Serialization Methods
-
readObject
Reads the transition from the specified input stream.- Parameters:
in
- the input stream to read from
-
writeObject
Writes the transition to the specified output stream.- Parameters:
out
- the output stream to write to
-
-
-