|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parent | |
---|---|
biz.hammurapi.rules.tutorial.conclusions | |
biz.hammurapi.rules.tutorial.rules |
Uses of Parent in biz.hammurapi.rules.tutorial.conclusions |
---|
Subclasses of Parent in biz.hammurapi.rules.tutorial.conclusions | |
---|---|
class |
Father
|
class |
Mother
|
Constructors in biz.hammurapi.rules.tutorial.conclusions with parameters of type Parent | |
---|---|
SuspectParentRelationship(Parent parent,
java.lang.String message)
|
Uses of Parent in biz.hammurapi.rules.tutorial.rules |
---|
Methods in biz.hammurapi.rules.tutorial.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 biz.hammurapi.rules.tutorial.rules with parameters of type Parent | |
---|---|
void |
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. |
Child |
ParentChildRules.infer(Parent parent)
Infers child relaitonship from parent relationship. |
Parent |
ParentRules.infer(Parent parent)
Male parent is father, female parent is mother. |
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. |
void |
SecondaryRules.infer(Uncle uncle,
Parent parent)
Another way to infer cousin to demonstrate mutiple derivations |
void |
Validator.validate(Parent parent)
Validates that difference between parent and child age is not less than legal age. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |