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

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

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

Subclasses of Child in com.hammurapi.eventbus.tests.familyties.model
 class Daughter
           
 class Son
           
 

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

Methods in com.hammurapi.eventbus.tests.familyties.rules that return Child
 Child ParentChildRules.infer(Parent parent)
          Infers child relaitonship from parent relationship.
 

Methods in com.hammurapi.eventbus.tests.familyties.rules with parameters of type Child
 Son SonRule.infer(Child child)
           
 Parent ParentChildRules.infer(Child child)
          Infers parent relationship from child relationship
 Daughter DaughterRule.infer(Child child)
           
 GrandFather GrandRules.infer(Child child, Father father)
          Father of parent is grandparent.
 GrandMother GrandRules.infer(Child child, Mother mother)
          Mother of parent is grandmother.
 void SiblingRules.infer(FamilyTiesEventDispatchContext dispatchContext, Child child, Child anotherChild)
          If two children have common parent then they are siblings.
 void SecondaryRules.infer(FamilyTiesEventDispatchContext dispatchContext, Child child1, Child child2, Sibling sibling)
          Infers cousin as a child or parent's sibling.