Raccoon.SE
Interface SearchAnsFormat

All Known Implementing Classes:
SingleSearchAnswer

public interface SearchAnsFormat

Schema based matching by giving schemas of relations to be matched

Author:
Qi Zhong, Jia Li

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()
           
 

Method Detail

display

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


getSchema

public PVSchema getSchema()

getSourceID

public java.lang.String getSourceID()

getSourceName

public java.lang.String getSourceName()