Uses of Class
visidia.simulation.process.MessageProcess

Packages that use MessageProcess
visidia.simulation   
visidia.simulation.process.algorithm   
 

Uses of MessageProcess in visidia.simulation
 

Methods in visidia.simulation with parameters of type MessageProcess
 void Console.terminatedAlgorithm(MessageProcess sender)
          Counts terminated threads on the graph.
 

Uses of MessageProcess in visidia.simulation.process.algorithm
 

Fields in visidia.simulation.process.algorithm declared as MessageProcess
protected  MessageProcess Algorithm.proc
          The process.
 

Methods in visidia.simulation.process.algorithm with parameters of type MessageProcess
 void RuleAlgorithm.setMessageProcess(MessageProcess proc)
          Sets the message process.
 void Algorithm.setMessageProcess(MessageProcess proc)
          Sets the message process.