The Meta-Environment API

Uses of Class
toolbus.process.ProcessCall

Packages that use ProcessCall
toolbus This package implements the ToolBus coordination architecture. 
toolbus.process   
toolbus.viewer   
 

Uses of ProcessCall in toolbus
 

Methods in toolbus with parameters of type ProcessCall
 ProcessInstance ToolBus.addProcess(ProcessCall call)
          Add a process (as ProcessCall); previous two will become obsolete.
 

Uses of ProcessCall in toolbus.process
 

Constructors in toolbus.process with parameters of type ProcessCall
ProcessInstance(ToolBus TB, ProcessCall call, int processId)
           
 

Uses of ProcessCall in toolbus.viewer
 

Methods in toolbus.viewer with parameters of type ProcessCall
 ProcessInstance DebugToolBus.addProcess(ProcessCall call)
           
 


The Meta-Environment API