java.lang.Object
alice.tuplemedium.EventDirection
- All Implemented Interfaces:
- java.io.Serializable
- public class EventDirection
- extends java.lang.Object
- implements java.io.Serializable
this class defines the direction of a tuple centre event
- from virtual machine to outside, with success
- from virtual machine to outside, with failure
- from outside to virtual machine
- Version:
- 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FROMSPACE_SUCCESS
public static final int FROMSPACE_SUCCESS
- See Also:
- Constant Field Values
FROMSPACE_FAIL
public static final int FROMSPACE_FAIL
- See Also:
- Constant Field Values
TOSPACE
public static final int TOSPACE
- See Also:
- Constant Field Values
EventDirection
public EventDirection()