Uses of Class
com.ldodds.foaf.thinlet.model.Person

Packages that use Person
com.ldodds.foaf.thinlet.model   
com.ldodds.foaf.thinlet.save   
 

Uses of Person in com.ldodds.foaf.thinlet.model
 

Methods in com.ldodds.foaf.thinlet.model that return Person
 Person Model.getCurrentPerson()
          Retrieves the current person, i.e the representation of the user entering data into the application.
 Person ModelImpl.getCurrentPerson()
           
 

Methods in com.ldodds.foaf.thinlet.model with parameters of type Person
 void Model.setCurrentPerson(Person p)
          Sets the current person
 void Model.addFriend(Person friend)
          Adds a friend of the current person.
 void ModelImpl.addFriend(Person friend)
           
 void ModelImpl.setCurrentPerson(Person p)
           
 

Uses of Person in com.ldodds.foaf.thinlet.save
 

Methods in com.ldodds.foaf.thinlet.save with parameters of type Person
 void Exporter.export(Person p)
          Exports a person
 void RDFExporter.export(Person p)
           
 void NotationThreeExporter.export(Person p)