Uses of Class
gr.demokritos.iit.jinsect.distributed.ResultsAgent

Packages that use ResultsAgent
gr.demokritos.iit.jinsect.distributed   
 

Uses of ResultsAgent in gr.demokritos.iit.jinsect.distributed
 

Constructors in gr.demokritos.iit.jinsect.distributed with parameters of type ResultsAgent
ActivateAgentListBehaviour(ResultsAgent a, long lInterval, java.util.Queue lCalcArgs, java.io.PrintStream pOut, double dMigrationProbability, java.lang.Object[] oaAgentArgs)
          Creates the dispatching agent, given a set of calculation arguments to forward to created calculation agents and a migration probability for newly created agents.
ReceiveResultBehaviour(ResultsAgent a, long lInterval)
          Initializes the receiving behaviour, with a given interval.
ReceiveResultBehaviour(ResultsAgent a, long lInterval, java.io.PrintStream pResultOutput)
          Initializes the behaviour with a given interval, and a result output stream.
ReceiveResultBehaviour(ResultsAgent a, long lInterval, java.io.PrintStream pResultOutput, boolean bBlocking)
          Initializes the behaviour with a given interval, a result output stream, as well as an indication of whether the wait is blocking.