ostore.introspect
Class SemanticDistanceModel.Prediction

java.lang.Object
  |
  +--ostore.introspect.SemanticDistanceModel.Prediction
All Implemented Interfaces:
Model.Prediction, QueueElementIF, QuickSerializable
Enclosing class:
SemanticDistanceModel

public static class SemanticDistanceModel.Prediction
extends Object
implements Model.Prediction

Implements Model.Prediction for this model type.

Version:
$Id: SemanticDistanceModel.java,v 1.11 2003/11/17 23:52:43 emilong Exp $
Author:
Jeff Pang

Constructor Summary
SemanticDistanceModel.Prediction()
           
SemanticDistanceModel.Prediction(InputBuffer buffer)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SemanticDistanceModel.Prediction

public SemanticDistanceModel.Prediction()

SemanticDistanceModel.Prediction

public SemanticDistanceModel.Prediction(InputBuffer buffer)
                                 throws QSException
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Description copied from interface: QuickSerializable
Add the object to the buffer.

Specified by:
serialize in interface QuickSerializable
Parameters:
buffer - the output buffer to add the object to

toString

public String toString()
Overrides:
toString in class Object