|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ldodds.foaf.PersonBeanFactory
Create and populate Person objects from a Jena Model. Most of the work is delegated to other classes in this package
PersonPopulator
,
PersonUtils
,
Person
Constructor Summary | |
PersonBeanFactory(Model model)
|
Method Summary | |
Resource |
findPrimaryResource()
|
java.util.List |
getFriends()
|
com.ldodds.foaf.Person |
getPrimaryPerson()
Finds the "primary" person associated with a given model. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PersonBeanFactory(Model model)
Method Detail |
public java.util.List getFriends()
public com.ldodds.foaf.Person getPrimaryPerson()
public Resource findPrimaryResource()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |