The Meta-Environment API

Package toolbus.environment

Interface Summary
Bindings The Bindings interface maintains (at least conceptually) a list of Bindings.
 

Class Summary
Binding Binding implements one (variable, value) pair.
Environment Environments maintain a relation between variables and their values.
ListBindings ListBindings uses a simple LinkedList to implement the Bindings interface.
 


The Meta-Environment API