Uses of Class
hermes.InteractionHandler

Packages that use InteractionHandler
hermes   
 

Uses of InteractionHandler in hermes
 

Methods in hermes with parameters of type InteractionHandler
 void SelfInteractionOptimizer.detect(Group<A> group1, Group<A> group2, InteractionHandler<A,A> handler)
           
 void Optimizer.detect(GroupA group1, GroupB group2, InteractionHandler<A,B> handler)
          This should detect all possible interactions between the members of groups A and B, using handler.