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

Packages that use Agent
org.openrdf.concepts.awol The AtomOWL ontology is inspired from the work done by the atom working group. 
org.openrdf.concepts.foaf   
 

Uses of Agent in org.openrdf.concepts.awol
 

Subinterfaces of Agent in org.openrdf.concepts.awol
 interface Generator
          see §4.2.4 of rfc 4287 spec.
 interface Person
          see §3.2 of rfc 4287 spec.
 

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.
 

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<Agent> value)
          An agent that made this thing.
 void Group.setFoafMembers(Set<Agent> value)
          Indicates a member of a Group
 



Copyright © 2004-2007. All Rights Reserved.