Package | Description |
---|---|
alice.respect.api | |
alice.respect.core | |
alice.tuplecentre.core |
Modifier and Type | Method and Description |
---|---|
void |
IEnvironmentContext.notifyInputEnvEvent(InputEvent ev) |
void |
IEnvironmentContext.notifyInputEvent(InputEvent ev) |
Modifier and Type | Method and Description |
---|---|
InputEvent |
InternalEvent.getInputEvent() |
Modifier and Type | Method and Description |
---|---|
void |
RespectVMContext.addPendingQueryEvent(InputEvent w) |
void |
RespectVMContext.addTemporaryOutputEvent(InputEvent out) |
void |
RespectVMContext.notifyInputEnvEvent(InputEvent in) |
void |
EnviromentContext.notifyInputEnvEvent(InputEvent ev) |
void |
RespectVMContext.notifyInputEvent(InputEvent in) |
void |
EnviromentContext.notifyInputEvent(InputEvent ev) |
Constructor and Description |
---|
InternalEvent(InputEvent ev,
InternalOperation op) |
RespectOutputEvent(InputEvent ev,
InternalOperation op) |
Modifier and Type | Field and Description |
---|---|
protected InputEvent |
OutputEvent.inputEvent
the input event this output event is consequence of
|
Modifier and Type | Method and Description |
---|---|
InputEvent |
AbstractTupleCentreVMContext.getCurrentEvent()
Gets the event currently processed by the virtual machine
|
InputEvent |
OutputEvent.getInputEvent() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTupleCentreVMContext.addEnvInputEvent(InputEvent in) |
void |
AbstractTupleCentreVMContext.addInputEvent(InputEvent in) |
abstract void |
AbstractTupleCentreVMContext.addPendingQueryEvent(InputEvent w)
Adds a query to the pending query set (W) of the tuple centre
|
Constructor and Description |
---|
OutputEvent(InputEvent ev) |