Uses of Class
NPTLab.Trace

Packages that use Trace
NPTLab   
 

Uses of Trace in NPTLab
 

Fields in NPTLab with type parameters of type Trace
static java.util.Map<DTNHost,Trace> TraceNodeSet.TraceNodeMap
          List of all the Hosts with their mobility traces
 

Methods in NPTLab that return Trace
static Trace TraceNodeSet.getRandomTrace()
          Picks a random trace from the set
 Trace MessageWrapper.getTrace()
          Returns the Destination mobility trace for this message
 Trace DTNHostWrapper.returnTrace()
          Returns the trace for the specific DTNHostWrapper
 

Methods in NPTLab that return types with arguments of type Trace
static java.util.Map<DTNHost,Trace> TraceNodeSet.returnTraceNodeMap()
           
 

Methods in NPTLab with parameters of type Trace
static void TraceNodeSet.add(DTNHost host, Trace NodeTrace)
          Add to the complete set an Host and his mobility Trace.
static boolean CompareTraces.compareTwoTracesMessage(Trace userTrace1, Trace userTrace2, int SimulationDays, double MessageOwnerSimilarity, core.Message m, DTNHost h)
          Computes the similarty between two given traces.
static void CompareTraces.compareTwoTracesNodes(Trace userTrace1, Trace userTrace2, int SimulationDays, DTNHost h1, DTNHost h2)
           
 void MessageWrapperMap.set(core.Message m, Trace MessageDestTrace)
          Adds to the map an entrance matching a Message and his MessageWrapper from the Map or a new one if it didn't exist.
 void MessageWrapper.setTrace(Trace Trace)
          Sets the Destination molbility trace for the message.