|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegisteredReaction | |
lime |
Uses of RegisteredReaction in lime |
Methods in lime that return RegisteredReaction | |
RegisteredReaction |
ReactionEvent.getReaction()
Get the reaction this listener is associated with. |
RegisteredReaction[] |
LimeSystemTupleSpace.addReaction(LimeSystemReaction[] reactions)
Registers a group of reactions with the Lime System tuple space. |
RegisteredReaction[] |
LimeTupleSpace.getRegisteredReactions()
Return all the reactions registered on this Lime tuple space, i.e., all those registered by the agent owning this Lime tuple space. |
RegisteredReaction[] |
LimeTupleSpace.addStrongReaction(LocalizedReaction[] reactions)
Registers a group of reactions with the Lime tuple space. |
RegisteredReaction[] |
LimeTupleSpace.addWeakReaction(Reaction[] reactions)
Registers a group of weak reactions with the Lime tuple space. |
Methods in lime with parameters of type RegisteredReaction | |
void |
LimeSystemTupleSpace.removeReaction(RegisteredReaction[] reactions)
Deregisters a group of reactions. |
boolean |
LimeTupleSpace.isRegisteredReaction(RegisteredReaction reaction)
Checks whether a given reaction is still registered. |
void |
LimeTupleSpace.removeStrongReaction(RegisteredReaction[] reactions)
Deregisters a group of strong reactions. |
void |
LimeTupleSpace.removeWeakReaction(RegisteredReaction[] reactions)
Deregisters a group of weak reactions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |