|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectes.ants.felixgm.trmsim_wsn.trm.GatheredInformation
public class GatheredInformation
This class represents the collected or gathered information of a Trust and Reputation Model from the network in order to evaluate the reputation and trustworthiness of every sensor and decide which one to interact with
| Field Summary | |
|---|---|
protected java.util.Collection<java.util.Vector<Sensor>> |
pathsToServers
Set of paths leading from a certain client to all the reachable servers |
| Constructor Summary | |
|---|---|
GatheredInformation(java.util.Collection<java.util.Vector<Sensor>> pathsToServers)
Class GatheredInformation constructor |
|
| Method Summary | |
|---|---|
java.util.Collection<java.util.Vector<Sensor>> |
getPathsToServers()
Returns the set of paths leading from a certain client to all the reachable servers |
protected void |
setCollectionServers(java.util.Collection<java.util.Vector<Sensor>> pathsToServers)
Sets the collection of paths leading from a certain client to all the reachable servers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Collection<java.util.Vector<Sensor>> pathsToServers
| Constructor Detail |
|---|
public GatheredInformation(java.util.Collection<java.util.Vector<Sensor>> pathsToServers)
pathsToServers - Set of paths leading from a certain client to all the reachable servers| Method Detail |
|---|
public java.util.Collection<java.util.Vector<Sensor>> getPathsToServers()
protected void setCollectionServers(java.util.Collection<java.util.Vector<Sensor>> pathsToServers)
pathsToServers - Set of paths leading from a certain client to all the reachable servers
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||