The Meta-Environment API

toolbus.communication
Class SocketIOHandler.OperationTermPair

java.lang.Object
  extended by toolbus.communication.SocketIOHandler.OperationTermPair
Enclosing class:
SocketIOHandler

protected static class SocketIOHandler.OperationTermPair
extends java.lang.Object

A structure that links a term with an operation.

Author:
Arnold Lankamp

Field Summary
 byte operation
           
 aterm.ATerm term
           
 
Constructor Summary
protected SocketIOHandler.OperationTermPair()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operation

public byte operation

term

public aterm.ATerm term
Constructor Detail

SocketIOHandler.OperationTermPair

protected SocketIOHandler.OperationTermPair()

The Meta-Environment API