edu.udo.cs.yale.operator
Class IOModel

java.lang.Object
  extended by edu.udo.cs.yale.operator.AbstractIOObject
      extended by edu.udo.cs.yale.operator.ResultObjectAdapter
          extended by edu.udo.cs.yale.operator.AbstractModel
              extended by edu.udo.cs.yale.operator.IOModel
All Implemented Interfaces:
IOObject, Model, ResultObject, Saveable
Direct Known Subclasses:
ContainerModel, FastICAModel, GHAModel, MinMaxNormalizationModel, PCAModel, PredictionModel, ZTransformationModel

public abstract class IOModel
extends AbstractModel

Abstract superclass of all models that are read in a way implemented by the readData(ObjectInputStream) method after having been constructed. The constructor is invoked by means of reflection. IOModels therefore must also implement a public zero argument constructor.

Version:
$Id: IOModel.java,v 2.5 2006/08/03 14:39:30 ingomierswa Exp $
Author:
Ingo Mierswa, Simon Fischer

Constructor Summary
protected IOModel()
           
 
Method Summary
abstract  void readData(java.io.ObjectInputStream in)
          Reads the model data from the stream.
 
Methods inherited from class edu.udo.cs.yale.operator.AbstractModel
equals, getExtension, getFileDescription, readModel, readModel, save, setParameter, writeData, writeModel, writeModel
 
Methods inherited from class edu.udo.cs.yale.operator.ResultObjectAdapter
addAction, getActions, getName, getVisualisationComponent, toHTML, toResultString
 
Methods inherited from class edu.udo.cs.yale.operator.AbstractIOObject
copy, read, read, read, write, write
 
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
 
Methods inherited from interface edu.udo.cs.yale.operator.ResultObject
getActions, getName, getVisualisationComponent, toResultString
 
Methods inherited from interface edu.udo.cs.yale.operator.IOObject
copy, write, write
 

Constructor Detail

IOModel

protected IOModel()
Method Detail

readData

public abstract void readData(java.io.ObjectInputStream in)
                       throws java.io.IOException
Reads the model data from the stream.

Throws:
java.io.IOException



Copyright © 2001-2006