|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hammurapi.eventbus.tests.familyties.rules.FamilyTiesRules
com.hammurapi.eventbus.tests.familyties.rules.GrandRules
public class GrandRules
| Constructor Summary | |
|---|---|
GrandRules()
|
|
| Method Summary | |
|---|---|
GrandFather |
infer(Child child,
Father father)
Father of parent is grandparent. |
GrandMother |
infer(Child child,
Mother mother)
Mother of parent is grandmother. |
GrandDaughter |
infer(Daughter daughter,
Parent parent)
Daughter of child is a granddaughter. |
GrandSon |
infer(Son son,
Parent parent)
Son of child is a grandson. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GrandRules()
| Method Detail |
|---|
public GrandSon infer(Son son,
Parent parent)
son - parent -
public GrandDaughter infer(Daughter daughter,
Parent parent)
daughter - parent -
public GrandFather infer(Child child,
Father father)
child - father -
public GrandMother infer(Child child,
Mother mother)
child - mother -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||