ostore.introspect
Class SemanticDistanceModel.TestType

java.lang.Object
  |
  +--ostore.introspect.SemanticDistanceModel.TestType
All Implemented Interfaces:
QuickSerializable
Enclosing class:
SemanticDistanceModel

public static class SemanticDistanceModel.TestType
extends Object
implements QuickSerializable


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

Constructor Detail

SemanticDistanceModel.TestType

public SemanticDistanceModel.TestType(String name)

SemanticDistanceModel.TestType

public SemanticDistanceModel.TestType(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

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object