Uses of Class
com.hammurapi.eventbus.tests.familyties.model.Uncle

Packages that use Uncle
com.hammurapi.eventbus.tests.familyties.rules   
 

Uses of Uncle in com.hammurapi.eventbus.tests.familyties.rules
 

Methods in com.hammurapi.eventbus.tests.familyties.rules that return Uncle
 Uncle SecondaryRules.infer(Brother brother, Parent parent)
          Brother of parent is uncle.
 Uncle SecondaryRules.infer(Husband husband, Aunt aunt)
          Husband of aunt is uncle.
 

Methods in com.hammurapi.eventbus.tests.familyties.rules with parameters of type Uncle
 Cousin SecondaryRules.infer(Uncle uncle, Parent parent)
          Another way to infer cousin to demonstrate mutiple derivations
 Aunt SecondaryRules.infer(Wife wife, Uncle uncle)
          Wife of uncle is aunt.