edu.udo.cs.yale.operator
Class SerializableModel
java.lang.Object
edu.udo.cs.yale.operator.AbstractIOObject
edu.udo.cs.yale.operator.ResultObjectAdapter
edu.udo.cs.yale.operator.AbstractModel
edu.udo.cs.yale.operator.SerializableModel
- All Implemented Interfaces:
- IOObject, Model, ResultObject, Saveable, java.io.Serializable
public abstract class SerializableModel
- extends AbstractModel
- implements java.io.Serializable
Superclass of all models which must be serializable to write them to a file.
All subclasses must have a zero-argument constructor which is invoked during
deserialization. Since it cannot be guaranteed that the model can be load
again after a Java version change it is recommended that a model extends
IOModel
instead of this class.
- Version:
- $Id: SerializableModel.java,v 2.2 2006/03/21 15:35:42 ingomierswa
Exp $
- Author:
- Ingo Mierswa, Simon Fischer
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
ID
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.udo.cs.yale.operator.Model |
apply |
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
SerializableModel
protected SerializableModel()
writeData
public void writeData(java.io.ObjectOutputStream out)
throws java.io.IOException
- Writes the model in the given file.
- Specified by:
writeData
in class AbstractModel
- Throws:
java.io.IOException
getIdentifier
public java.lang.String getIdentifier()
readSerializableModel
public static Model readSerializableModel(java.io.ObjectInput in)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2001-2006