Uses of Interface
edu.pdx.cs410J.family.RemotePerson
Packages that use RemotePerson
Package
Description
The package contains a family tree application that uses many of
the classes that we discuss in CS410J.
-
Uses of RemotePerson in edu.pdx.cs410J.family
Classes in edu.pdx.cs410J.family that implement RemotePersonModifier and TypeClassDescription(package private) class
This is a concrete class that implements theRemotePerson
interface.Methods in edu.pdx.cs410J.family that return RemotePersonModifier and TypeMethodDescriptionRemoteFamilyTree.createPerson
(Person.Gender gender) Creates a newPerson
of a given genderXmlRemoteFamilyTree.createPerson
(Person.Gender gender) RemoteFamilyTree.getPerson
(int id) Gets the person with the given id.Gets the person with the given first and last name.XmlRemoteFamilyTree.getPerson
(int id) Methods in edu.pdx.cs410J.family that return types with arguments of type RemotePerson