The Meta-Environment API

nl.cwi.sen1.gui.plugin
Class ModuledetailsBridge

java.lang.Object
  extended by toolbus.AbstractTool
      extended by toolbus.SwingTool
          extended by nl.cwi.sen1.gui.plugin.ModuledetailsTool
              extended by nl.cwi.sen1.gui.plugin.ModuledetailsBridge
All Implemented Interfaces:
java.lang.Runnable, ModuledetailsTif, toolbus.IOperations, toolbus.Tool

public class ModuledetailsBridge
extends ModuledetailsTool


Field Summary
private  ModuledetailsTif tool
           
 
Fields inherited from class toolbus.AbstractTool
factory
 
Fields inherited from interface toolbus.IOperations
ACKDO, ACKEVENT, CONNECT, DEBUGPERFORMANCESTATS, DISCONNECT, DO, END, EVAL, EVENT, PERFORMANCESTATS, REQUEST, RESPONSE, TERMINATE, UNDEFINED, VALUE
 
Constructor Summary
ModuledetailsBridge(aterm.ATermFactory factory, ModuledetailsTif tool)
           
 
Method Summary
 void recTerminate(aterm.ATerm t0)
           
 void setDetails(aterm.ATerm t0)
           
 
Methods inherited from class nl.cwi.sen1.gui.plugin.ModuledetailsTool
checkInputSignature, handler, notInInputSignature
 
Methods inherited from class toolbus.SwingTool
handleIncomingTerm
 
Methods inherited from class toolbus.AbstractTool
connect, connect, disconnect, getAddress, getLockObject, getPort, handleIncomingTerm, handleTerm, init, isConnected, postEvent, postRequest, readTerm, run, sendEvent, sendTerm, setLockObject, stopRunning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tool

private ModuledetailsTif tool
Constructor Detail

ModuledetailsBridge

public ModuledetailsBridge(aterm.ATermFactory factory,
                           ModuledetailsTif tool)
Method Detail

setDetails

public void setDetails(aterm.ATerm t0)

recTerminate

public void recTerminate(aterm.ATerm t0)

The Meta-Environment API