Uses of Interface
org.openrdf.concepts.foaf.Person

Packages that use Person
org.openrdf.concepts.doap   
org.openrdf.concepts.foaf   
 

Uses of Person in org.openrdf.concepts.doap
 

Methods in org.openrdf.concepts.doap that return types with arguments of type Person
 Set<Person> Project.getDoapDevelopers()
          Developer of software for the project.
 Set<Person> Project.getDoapDocumenters()
          Contributor of documentation to the project.
 Set<Person> Project.getDoapHelpers()
          Project contributor.
 Set<Person> Project.getDoapMaintainers()
          Maintainer of a project, a project leader.
 Set<Person> Project.getDoapTesters()
          A tester or other quality control contributor.
 Set<Person> Project.getDoapTranslators()
          Contributor of translations to the project.
 

Method parameters in org.openrdf.concepts.doap with type arguments of type Person
 void Project.setDoapDevelopers(Set<? extends Person> value)
          Developer of software for the project.
 void Project.setDoapDocumenters(Set<? extends Person> value)
          Contributor of documentation to the project.
 void Project.setDoapHelpers(Set<? extends Person> value)
          Project contributor.
 void Project.setDoapMaintainers(Set<? extends Person> value)
          Maintainer of a project, a project leader.
 void Project.setDoapTesters(Set<? extends Person> value)
          A tester or other quality control contributor.
 void Project.setDoapTranslators(Set<? extends Person> value)
          Contributor of translations to the project.
 

Uses of Person in org.openrdf.concepts.foaf
 

Methods in org.openrdf.concepts.foaf that return types with arguments of type Person
 Set<Person> Person.getFoafKnows()
          A person known by this person (indicating some level of reciprocated interaction between the parties).
 

Method parameters in org.openrdf.concepts.foaf with type arguments of type Person
 void Person.setFoafKnows(Set<? extends Person> value)
          A person known by this person (indicating some level of reciprocated interaction between the parties).
 



Copyright © 2004-2008 Aduna. All Rights Reserved.