A B C D E F G H I L M N P R S T U V

P

Person - Class in university
Abstract class that represents people in the university.
Person() - Constructor for class university.Person
Creates a new instance of Person
Person(String, Sex, Address, Unit) - Constructor for class university.Person
Creates a new instance of Person
PersonFactory - Class in university
Abstract Factory Class to build the person infromation from commands entered from the console.
PersonFactory() - Constructor for class university.PersonFactory
Creates a new instance of BuildPerson

A B C D E F G H I L M N P R S T U V