The Meta-Environment API

Uses of Interface
toolbus.IOperations

Packages that use IOperations
toolbus.adapter   
toolbus.adapter.java   
toolbus.tool   
 

Uses of IOperations in toolbus.adapter
 

Classes in toolbus.adapter that implement IOperations
 class AbstractTool
          This class facilitates the functions a tool needs to be able to functions.
 class ToolBridge
          This class supplies an interface for the tool towards the ToolBus and handles the invokation of methods on the tool.
 

Uses of IOperations in toolbus.adapter.java
 

Classes in toolbus.adapter.java that implement IOperations
 class AbstractJavaTool
          This class facilitates the functions a tool needs to be able to functions.
 class JavaToolBridge
          This class is a specialized ToolBridge version for Java tools.
 

Uses of IOperations in toolbus.tool
 

Classes in toolbus.tool that implement IOperations
 class ToolInstance
          Provides the interface to a tool instance.
 


The Meta-Environment API