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

Packages that use Person
com.hammurapi.eventbus.tests.familyties   
com.hammurapi.eventbus.tests.familyties.model   
 

Uses of Person in com.hammurapi.eventbus.tests.familyties
 

Methods in com.hammurapi.eventbus.tests.familyties with parameters of type Person
 com.hammurapi.eventbus.snapshot.Event FamilyTiesConvertersBundle.convertToEvent(Person person)
           
 Iterable<Relative> FamilyTiesEventStoreImpl.getRelatives(Person subject)
           
 Iterable<Relative> FamilyTiesEventStoreImpl.FamilyTiesEventDeputyStore.getRelatives(Person subject)
           
 Iterable<Relative> FamilyTiesEventStoreImpl.FamilyTiesEventUnmodifiableStore.getRelatives(Person subject)
           
 Iterable<Relative> FamilyTiesEventStoreImpl.FamilyTiesEventLiveView.getRelatives(Person subject)
           
 Iterable<Relative> FamilyTiesEventStore.getRelatives(Person subject)
           
 

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

Methods in com.hammurapi.eventbus.tests.familyties.model that return Person
 Person Relative.getObject()
           
 Person Relative.getSubject()
           
 

Methods in com.hammurapi.eventbus.tests.familyties.model with parameters of type Person
 int Person.compareTo(Person o)
           
 

Constructors in com.hammurapi.eventbus.tests.familyties.model with parameters of type Person
Aunt(Person subject, Person object)
           
Brother(Person subject, Person object)
           
Child(Person subject, Person object)
           
CloseRelative(Person subject, Person object)
           
Cousin(Person subject, Person object)
           
Daughter(Person subject, Person object)
           
Father(Person subject, Person object)
           
GrandChild(Person subject, Person object)
           
GrandDaughter(Person subject, Person object)
           
GrandFather(Person subject, Person object)
           
GrandMother(Person subject, Person object)
           
GrandParent(Person subject, Person object)
           
GrandSon(Person subject, Person object)
           
Husband(Person subject, Person object)
           
Mother(Person subject, Person object)
           
Nephew(Person subject, Person object)
           
Niece(Person subject, Person object)
           
Parent(Person subject, Person object)
           
Relative(Person subject, Person object)
           
Sibling(Person subject, Person object)
           
Sister(Person subject, Person object)
           
Son(Person subject, Person object)
           
Spouse(Person subject, Person object)
           
Uncle(Person subject, Person object)
           
Wife(Person subject, Person object)