Uses of Class
lime.Reaction

Packages that use Reaction
lime   
 

Uses of Reaction in lime
 

Subclasses of Reaction in lime
 class LimeSystemReaction
          Specifies reactions that are concerned only over the Lime System Tuple Space.
 class LocalizedReaction
          Specifies reactions that are concerned only with a localized projection of the shared tuple space.
 class RegisteredReaction
          Objects of this class represent a sort of a "receipt" for the registration of a reaction.
 class UbiquitousReaction
          Specifies reactions that are location-independent and get installed on the whole shared tuple space.
 

Methods in lime with parameters of type Reaction
 RegisteredReaction[] LimeTupleSpace.addWeakReaction(Reaction[] reactions)
          Registers a group of weak reactions with the Lime tuple space.