Raccoon.SE
Class RelationPattern

java.lang.Object
  extended byRaccoon.SE.RelationPattern
All Implemented Interfaces:
SearchPattern, java.io.Serializable

public class RelationPattern
extends java.lang.Object
implements SearchPattern, java.io.Serializable

Schema based matching by giving schemas of relations to be matched

Author:
Qi Zhong
See Also:
Serialized Form

Constructor Summary
RelationPattern()
           
RelationPattern(PVRelation searchRelation)
           
 
Method Summary
 SearchAnswer localSearch(ResourceManager rm)
          technique to do the matching between this search criteria and the local peer database
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationPattern

public RelationPattern()

RelationPattern

public RelationPattern(PVRelation searchRelation)
Method Detail

localSearch

public SearchAnswer localSearch(ResourceManager rm)
technique to do the matching between this search criteria and the local peer database

Specified by:
localSearch in interface SearchPattern