java.lang.Object
alice.tuplemedium.EventOperation
- All Implemented Interfaces:
- java.io.Serializable
- public class EventOperation
- extends java.lang.Object
- implements java.io.Serializable
Defines the possible operation types which caused an
tuple centre virtual machine event, according to the
coordination language of the tuple medium
The string representation of the operation involves the name
of the operation and the number of argument it requires.
- Version:
- 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OUT
public static final EventOperation OUT
IN
public static final EventOperation IN
RD
public static final EventOperation RD
INP
public static final EventOperation INP
RDP
public static final EventOperation RDP
SETSPEC
public static final EventOperation SETSPEC
GETSPEC
public static final EventOperation GETSPEC
EventOperation
public EventOperation()