Uses of Interface
edu.columbia.surge.PersonName

Packages that use PersonName
edu.columbia.surge This package contains all the interfaces of the API. 
edu.columbia.surge.hashImpl This package contains an implementation using hash tables. 
 

Uses of PersonName in edu.columbia.surge
 

Methods in edu.columbia.surge that return PersonName
 PersonName PersonNameFactory.create()
           
 PersonName PersonNameFactory.create(java.lang.String firstName, java.lang.String middleName, java.lang.String lastName, java.lang.String nickName, java.lang.String title)
           
 

Uses of PersonName in edu.columbia.surge.hashImpl
 

Classes in edu.columbia.surge.hashImpl that implement PersonName
 class PersonNameH
          Person name implementation class.
 

Methods in edu.columbia.surge.hashImpl that return PersonName
 PersonName PersonNameFactoryH.create()
           
 PersonName PersonNameFactoryH.create(java.lang.String firstName, java.lang.String middleName, java.lang.String lastName, java.lang.String nickName, java.lang.String title)