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
SemanticDistanceModel.Prediction
public SemanticDistanceModel.Prediction()
SemanticDistanceModel.Prediction
public SemanticDistanceModel.Prediction(InputBuffer buffer)
throws QSException
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