The Meta-Environment API

Uses of Package
toolbus.process

Packages that use toolbus.process
toolbus This package implements the ToolBus coordination architecture. 
toolbus.atom   
toolbus.atom.msg   
toolbus.atom.note   
toolbus.atom.tool   
toolbus.matching   
toolbus.process   
toolbus.viewer   
 

Classes in toolbus.process used by toolbus
ProcessCall
          ProcessCall implements a call to a process P(f1, f2, ...).
ProcessDefinition
          ProcessDefinition describes the name, formal parameters and body of a defined process.
ProcessInstance
           
 

Classes in toolbus.process used by toolbus.atom
ProcessExpression
          ProcesssExpression represents abstract syntax operators for operators in process expressions of Tscripts.
ProcessInstance
           
 

Classes in toolbus.process used by toolbus.atom.msg
ProcessExpression
          ProcesssExpression represents abstract syntax operators for operators in process expressions of Tscripts.
ProcessInstance
           
 

Classes in toolbus.process used by toolbus.atom.note
ProcessExpression
          ProcesssExpression represents abstract syntax operators for operators in process expressions of Tscripts.
ProcessInstance
           
 

Classes in toolbus.process used by toolbus.atom.tool
ProcessExpression
          ProcesssExpression represents abstract syntax operators for operators in process expressions of Tscripts.
ProcessInstance
           
 

Classes in toolbus.process used by toolbus.matching
ProcessInstance
           
 

Classes in toolbus.process used by toolbus.process
IfElse
          IfElse is the abstract syntax operator for the if-then-else-fi operator in Tscripts.
ProcessCall
          ProcessCall implements a call to a process P(f1, f2, ...).
ProcessDefinition
          ProcessDefinition describes the name, formal parameters and body of a defined process.
ProcessExpression
          ProcesssExpression represents abstract syntax operators for operators in process expressions of Tscripts.
ProcessInstance
           
 

Classes in toolbus.process used by toolbus.viewer
ProcessCall
          ProcessCall implements a call to a process P(f1, f2, ...).
ProcessInstance
           
 


The Meta-Environment API