Raccoon.SE
Class InstancePattern

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

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

instance based matching by giving instances of relations to be matched.

See Also:
Serialized Form

Constructor Summary
InstancePattern()
           
InstancePattern(PVInstance ins)
           
 
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

InstancePattern

public InstancePattern()

InstancePattern

public InstancePattern(PVInstance ins)
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