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

Packages that use Person
com.ldodds.foaf   
com.ldodds.foaf.jena   
 

Uses of Person in com.ldodds.foaf
 

Methods in com.ldodds.foaf that return Person
 Person FOAFGraph.findPrimaryPerson()
          Find the primary person in the FOAFGraph.
 Person FOAFGraph.findPrimaryPerson(java.lang.String base)
          Finds the primary person in the FOAFGraph.
 

Methods in com.ldodds.foaf with parameters of type Person
 void FOAFWriter.writePerson(Person person, boolean isPrimaryTopic)
           
 java.lang.Object PersonWriter.write(Person person)
           
 

Uses of Person in com.ldodds.foaf.jena
 

Methods in com.ldodds.foaf.jena that return Person
 Person FOAFGraphImpl.findPrimaryPerson(java.lang.String base)
           
 Person FOAFGraphImpl.findPrimaryPerson()
           
 Person PersonBuilder.build()
           
 

Methods in com.ldodds.foaf.jena with parameters of type Person
 void FOAFWriterImpl.writePerson(Person person, boolean isPrimaryTopic)
           
 Resource PersonTripleBuilder.addPerson(Person person)
           
 void PersonTripleBuilder.addFriend(Resource person, Person friend)
           
 

Constructors in com.ldodds.foaf.jena with parameters of type Person
PersonBuilder(Resource resource, Person person)