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

Packages that use Agent
org.openrdf.concepts.foaf   
 

Uses of Agent in org.openrdf.concepts.foaf
 

Subinterfaces of Agent in org.openrdf.concepts.foaf
 interface Group
          A class of Agents.
 interface Organization
          An organization.
 interface Person
          A person.
 

Methods in org.openrdf.concepts.foaf that return types with arguments of type Agent
 Set<Agent> Agent.getFoafMakers()
          An agent that made this thing.
 Set<Agent> Group.getFoafMembers()
          Indicates a member of a Group
 

Method parameters in org.openrdf.concepts.foaf with type arguments of type Agent
 void Agent.setFoafMakers(Set<? extends Agent> value)
          An agent that made this thing.
 void Group.setFoafMembers(Set<? extends Agent> value)
          Indicates a member of a Group
 



Copyright © 2004-2008 Aduna. All Rights Reserved.