Raccoon.SE
Class SingleSearchAnswer

java.lang.Object
  extended byRaccoon.SE.SingleSearchAnswer
All Implemented Interfaces:
SearchAnsFormat, java.io.Serializable

public class SingleSearchAnswer
extends java.lang.Object
implements SearchAnsFormat, java.io.Serializable

Author:
Qi Zhong
See Also:
Serialized Form

Constructor Summary
SingleSearchAnswer(java.lang.String newNodeID, java.lang.String newNodeName, PVSchema newSchema)
           
 
Method Summary
 void display()
          technique to do the matching between this search pattern and the local peer database
 PVSchema getSchema()
           
 java.lang.String getSourceID()
           
 java.lang.String getSourceName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleSearchAnswer

public SingleSearchAnswer(java.lang.String newNodeID,
                          java.lang.String newNodeName,
                          PVSchema newSchema)
Method Detail

display

public void display()
technique to do the matching between this search pattern and the local peer database

Specified by:
display in interface SearchAnsFormat

getSchema

public PVSchema getSchema()
Specified by:
getSchema in interface SearchAnsFormat

getSourceID

public java.lang.String getSourceID()
Specified by:
getSourceID in interface SearchAnsFormat

getSourceName

public java.lang.String getSourceName()
Specified by:
getSourceName in interface SearchAnsFormat