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

Packages that use Parent
com.hammurapi.eventbus.tests.familyties.model   
com.hammurapi.eventbus.tests.familyties.rules   
 

Uses of Parent in com.hammurapi.eventbus.tests.familyties.model
 

Subclasses of Parent in com.hammurapi.eventbus.tests.familyties.model
 class Father
           
 class Mother
           
 

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

Methods in com.hammurapi.eventbus.tests.familyties.rules that return Parent
 Parent ParentChildRules.infer(Child child)
          Infers parent relationship from child relationship
 Parent ParentRules.infer(Parent parent)
          Male parent is father, female parent is mother.
 

Methods in com.hammurapi.eventbus.tests.familyties.rules with parameters of type Parent
 Cousin SecondaryRules.infer(Aunt aunt, Parent parent)
          Another way to infer cousin to demonstrate mutiple derivations
 Uncle SecondaryRules.infer(Brother brother, Parent parent)
          Brother of parent is uncle.
 GrandDaughter GrandRules.infer(Daughter daughter, Parent parent)
          Daughter of child is a granddaughter.
 Parent ParentRules.infer(Parent parent)
          Male parent is father, female parent is mother.
 Child ParentChildRules.infer(Parent parent)
          Infers child relaitonship from parent relationship.
 Aunt SecondaryRules.infer(Sister sister, Parent parent)
          Sister of parent is aunt.
 GrandSon GrandRules.infer(Son son, Parent parent)
          Son of child is a grandson.
 Cousin SecondaryRules.infer(Uncle uncle, Parent parent)
          Another way to infer cousin to demonstrate mutiple derivations