The Meta-Environment API

nl.cwi.sen1.tide
Class TideControlBridge

java.lang.Object
  extended by toolbus.AbstractTool
      extended by nl.cwi.sen1.tide.TideControlTool
          extended by nl.cwi.sen1.tide.TideControlBridge
All Implemented Interfaces:
java.lang.Runnable, TideControlTif, toolbus.IOperations, toolbus.Tool

public class TideControlBridge
extends TideControlTool


Field Summary
private  TideControlTif 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
TideControlBridge(aterm.ATermFactory factory, TideControlTif tool)
           
 
Method Summary
 void recTerminate(aterm.ATerm t0)
           
 
Methods inherited from class nl.cwi.sen1.tide.TideControlTool
checkInputSignature, handler, notInInputSignature
 
Methods inherited from class toolbus.AbstractTool
connect, connect, disconnect, getAddress, getLockObject, getPort, handleIncomingTerm, 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 TideControlTif tool
Constructor Detail

TideControlBridge

public TideControlBridge(aterm.ATermFactory factory,
                         TideControlTif tool)
Method Detail

recTerminate

public void recTerminate(aterm.ATerm t0)

The Meta-Environment API