Package es.ants.felixgm.trmsim_wsn.search

This package includes all the classes needed for searching a specific sensor accomplishing a given condition such as being a client or a server offering a specific service

See:
          Description

Interface Summary
ISearchCondition This interface represents a searching condition to be accomplished by a sensor when looking for the shortest path between two sensors
 

Class Summary
IsClientSearchCondition This class represents a searching condition which is accomplished if a given sensor acts as a client, requesting a service
IsPowerNodeSearchCondition This class represents a searching condition which is accomplished if a given sensor acts as a power node within the PowerTrust model
IsPreTrustedPeerSearchCondition This class represents a searching condition which is accomplished if a given sensor acts as a pre-trusted peer within the EigenTrust model
IsSensorSearchCondition This class represents a searching condition which is accomplished if a given sensor has a specific identifier
IsServerSearchCondition This class represents a searching condition which is accomplished if a given sensor acts as a server, providing some services
NumHopsSearchCondition This class represents a searching condition which is accomplished if a given sensor is closer than a specific number of hops
 

Package es.ants.felixgm.trmsim_wsn.search Description

This package includes all the classes needed for searching a specific sensor accomplishing a given condition such as being a client or a server offering a specific service