edu.udo.cs.yale.operator
Interface Saveable

All Known Subinterfaces:
Model
All Known Implementing Classes:
AbstractModel, AbstractMySVMModel, AdaBoostModel, AttributeWeights, AverageModel, BaggingModel, BayBoostModel, ConjunctiveRuleModel, ContainerModel, DefaultModel, DistributionModel, EvoSVMModel, FastICAModel, GHAModel, GPModel, GSSModel, IOModel, JMySVMModel, KernelModel, LibSVMModel, MinMaxNormalizationModel, MultiCriterionDecisionStumps.DecisionStumpModel, MultiModel, MultiModelByRegression, MyKLRModel, ParameterSet, ParetoOptimalSetOfModels, PCAModel, PerformanceVector, PlattScalingModel, PredictionModel, RVMModel, SDEnsemble, SerializableModel, SimpleBinaryPredictionModel, SimplePredictionModel, Threshold, TransformedRegressionModel, WekaClassifier, ZTransformationModel

public interface Saveable

Interface for resultobjects that can be saved to disc. The ResultObjectAdapter automatically adds a save button for these objects.

Version:
$Id: Saveable.java,v 2.10 2006/08/03 14:39:31 ingomierswa Exp $
Author:
Ingo Mierswa, Simon Fischer

Method Summary
 java.lang.String getExtension()
          Returns the default extension in file choosers.
 java.lang.String getFileDescription()
          Returns the file description used in file choosers.
 void save(java.io.File file)
          Writes the object into the given file.
 

Method Detail

save

void save(java.io.File file)
          throws java.io.IOException
Writes the object into the given file.

Throws:
java.io.IOException


getExtension

java.lang.String getExtension()
Returns the default extension in file choosers.


getFileDescription

java.lang.String getFileDescription()
Returns the file description used in file choosers.



Copyright © 2001-2006