The Meta-Environment API

Uses of Package
toolbus.environment

Packages that use toolbus.environment
toolbus This package implements the ToolBus coordination architecture. 
toolbus.atom   
toolbus.environment   
toolbus.process   
toolbus.tool   
 

Classes in toolbus.environment used by toolbus
Binding
          Binding implements one (variable, value) pair.
Environment
          Environments maintain a relation between variables and their values.
 

Classes in toolbus.environment used by toolbus.atom
Environment
          Environments maintain a relation between variables and their values.
 

Classes in toolbus.environment used by toolbus.environment
Binding
          Binding implements one (variable, value) pair.
Bindings
          The Bindings interface maintains (at least conceptually) a list of Bindings.
Environment
          Environments maintain a relation between variables and their values.
ListBindings
          ListBindings uses a simple LinkedList to implement the Bindings interface.
 

Classes in toolbus.environment used by toolbus.process
Environment
          Environments maintain a relation between variables and their values.
 

Classes in toolbus.environment used by toolbus.tool
Environment
          Environments maintain a relation between variables and their values.
 


The Meta-Environment API