Package | Description |
---|---|
alice.respect.core | |
alice.tuplecentre.core |
Modifier and Type | Class and Description |
---|---|
class |
InternalEvent
Represents an internal event of the ReSpecT VM (stores the "connected"
InputEvent)
|
class |
RespectOutputEvent |
Modifier and Type | Method and Description |
---|---|
AbstractEvent |
PendingQuerySet.get() |
AbstractEvent |
RespectVMContext.getCurrentReactionEvent() |
AbstractEvent[] |
PendingQuerySet.toArray() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<? extends AbstractEvent> |
PendingQuerySet.getIterator() |
java.util.Iterator<? extends AbstractEvent> |
RespectVMContext.getPendingQuerySetIterator() |
Modifier and Type | Method and Description |
---|---|
void |
PendingQuerySet.add(AbstractEvent t) |
void |
RespectVMContext.fetchTimedReactions(AbstractEvent ev) |
void |
RespectVMContext.fetchTriggeredReactions(AbstractEvent ev) |
void |
RespectVM.notifyObservableEvent(AbstractEvent ev) |
void |
PendingQuerySet.remove(AbstractEvent t) |
Modifier and Type | Class and Description |
---|---|
class |
InputEvent
Represents input events of the tuple centre virtual machine (only difference
w.r.t.
|
class |
OutputEvent
Represents output events of the tuple centre virtual machine (stores the
"connected" InputEvent)
|
Modifier and Type | Method and Description |
---|---|
AbstractEvent |
TriggeredReaction.getEvent() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Iterator<? extends AbstractEvent> |
AbstractTupleCentreVMContext.getPendingQuerySetIterator()
Gets an iterator over the pending query set (W)
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractTupleCentreVMContext.fetchTimedReactions(AbstractEvent ev)
Collects the time-triggered reactions
|
abstract void |
AbstractTupleCentreVMContext.fetchTriggeredReactions(AbstractEvent ev)
Collects the reactions that are triggered by an event
|
Constructor and Description |
---|
TriggeredReaction(AbstractEvent ev,
Reaction re) |