Uses of Interface
org.openanzo.atom.jastor.foaf.Agent

Packages that use Agent
org.openanzo.atom.jastor.atomowl   
org.openanzo.atom.jastor.foaf   
org.openanzo.atom.jastor.rdfs   
 

Uses of Agent in org.openanzo.atom.jastor.atomowl
 

Subinterfaces of Agent in org.openanzo.atom.jastor.atomowl
 interface Generator
          Interface for Generator of feed@en ontology class
Use the org.openanzo.atom.jastor.atomowl.Factory to create instances of this interface.
 

Classes in org.openanzo.atom.jastor.atomowl that implement Agent
 class GeneratorImpl
          Implementation of Generator Use the org.openanzo.atom.jastor.atomowl.Factory to create instances of this class.
 

Methods in org.openanzo.atom.jastor.atomowl that return Agent
 Agent PersonImpl.addMaker()
           
 Agent GeneratorImpl.addMaker()
           
 Agent PersonImpl.addMaker(org.openrdf.model.Resource resource)
           
 Agent GeneratorImpl.addMaker(org.openrdf.model.Resource resource)
           
 

Methods in org.openanzo.atom.jastor.atomowl that return types with arguments of type Agent
 info.aduna.collections.iterators.CloseableIterator<Agent> PersonImpl.getMaker()
           
 info.aduna.collections.iterators.CloseableIterator<Agent> GeneratorImpl.getMaker()
           
 

Methods in org.openanzo.atom.jastor.atomowl with parameters of type Agent
 void PersonImpl.addMaker(Agent maker)
           
 void GeneratorImpl.addMaker(Agent maker)
           
 void PersonImpl.removeMaker(Agent maker)
           
 void GeneratorImpl.removeMaker(Agent maker)
           
 

Uses of Agent in org.openanzo.atom.jastor.foaf
 

Subinterfaces of Agent in org.openanzo.atom.jastor.foaf
 interface Group
          Interface for Group ontology class
Use the org.openanzo.atom.jastor.foaf.FOAFFactory to create instances of this interface.
 interface Organization
          Interface for Organization ontology class
Use the org.openanzo.atom.jastor.foaf.FOAFFactory to create instances of this interface.
 interface Person
          Interface for Person ontology class
Use the org.openanzo.atom.jastor.foaf.FOAFFactory to create instances of this interface.
 

Classes in org.openanzo.atom.jastor.foaf that implement Agent
 class AgentImpl
          Implementation of Agent Use the org.openanzo.atom.jastor.foaf.FOAFFactory to create instances of this class.
 class GroupImpl
          Implementation of Group Use the org.openanzo.atom.jastor.foaf.FOAFFactory to create instances of this class.
 class OrganizationImpl
          Implementation of Organization Use the org.openanzo.atom.jastor.foaf.FOAFFactory to create instances of this class.
 class PersonImpl
          Implementation of Person Use the org.openanzo.atom.jastor.foaf.FOAFFactory to create instances of this class.
 

Methods in org.openanzo.atom.jastor.foaf that return Agent
 Agent PersonImpl.addMaker()
           
 Agent Agent.addMaker()
          Adds an anonymous value for the 'maker' property
 Agent OnlineEcommerceAccount.addMaker()
          Adds an anonymous value for the 'maker' property
 Agent OnlineAccount.addMaker()
          Adds an anonymous value for the 'maker' property
 Agent OnlineChatAccount.addMaker()
          Adds an anonymous value for the 'maker' property
 Agent ProjectImpl.addMaker()
           
 Agent OnlineEcommerceAccountImpl.addMaker()
           
 Agent OrganizationImpl.addMaker()
           
 Agent OnlineAccountImpl.addMaker()
           
 Agent PersonalProfileDocumentImpl.addMaker()
           
 Agent DocumentImpl.addMaker()
           
 Agent OnlineGamingAccountImpl.addMaker()
           
 Agent Project.addMaker()
          Adds an anonymous value for the 'maker' property
 Agent ImageImpl.addMaker()
           
 Agent Document.addMaker()
          Adds an anonymous value for the 'maker' property
 Agent GroupImpl.addMaker()
           
 Agent OnlineChatAccountImpl.addMaker()
           
 Agent Image.addMaker()
          Adds an anonymous value for the 'maker' property
 Agent AgentImpl.addMaker()
           
 Agent OnlineGamingAccount.addMaker()
          Adds an anonymous value for the 'maker' property
 Agent PersonImpl.addMaker(org.openrdf.model.Resource resource)
           
 Agent Agent.addMaker(org.openrdf.model.Resource resource)
          Adds a value for the 'maker' property.
 Agent OnlineEcommerceAccount.addMaker(org.openrdf.model.Resource resource)
          Adds a value for the 'maker' property.
 Agent OnlineAccount.addMaker(org.openrdf.model.Resource resource)
          Adds a value for the 'maker' property.
 Agent OnlineChatAccount.addMaker(org.openrdf.model.Resource resource)
          Adds a value for the 'maker' property.
 Agent ProjectImpl.addMaker(org.openrdf.model.Resource resource)
           
 Agent OnlineEcommerceAccountImpl.addMaker(org.openrdf.model.Resource resource)
           
 Agent OrganizationImpl.addMaker(org.openrdf.model.Resource resource)
           
 Agent OnlineAccountImpl.addMaker(org.openrdf.model.Resource resource)
           
 Agent PersonalProfileDocumentImpl.addMaker(org.openrdf.model.Resource resource)
           
 Agent DocumentImpl.addMaker(org.openrdf.model.Resource resource)
           
 Agent OnlineGamingAccountImpl.addMaker(org.openrdf.model.Resource resource)
           
 Agent Project.addMaker(org.openrdf.model.Resource resource)
          Adds a value for the 'maker' property.
 Agent ImageImpl.addMaker(org.openrdf.model.Resource resource)
           
 Agent Document.addMaker(org.openrdf.model.Resource resource)
          Adds a value for the 'maker' property.
 Agent GroupImpl.addMaker(org.openrdf.model.Resource resource)
           
 Agent OnlineChatAccountImpl.addMaker(org.openrdf.model.Resource resource)
           
 Agent Image.addMaker(org.openrdf.model.Resource resource)
          Adds a value for the 'maker' property.
 Agent AgentImpl.addMaker(org.openrdf.model.Resource resource)
           
 Agent OnlineGamingAccount.addMaker(org.openrdf.model.Resource resource)
          Adds a value for the 'maker' property.
 Agent Group.addMember()
          Adds an anonymous value for the 'member' property
 Agent GroupImpl.addMember()
           
 Agent Group.addMember(org.openrdf.model.Resource resource)
          Adds a value for the 'member' property.
 Agent GroupImpl.addMember(org.openrdf.model.Resource resource)
           
static Agent FOAFFactory.createAgent(org.openrdf.model.Resource resource, INamedGraph graph)
          Create a new instance of Agent.
static Agent FOAFFactory.createAgent(java.lang.String uri, INamedGraph graph)
          Create a new instance of Agent.
static Agent FOAFFactory.getAgent(org.openrdf.model.Resource resource, INamedGraph graph)
          Create a new instance of Agent.
static Agent FOAFFactory.getAgent(java.lang.String uri, INamedGraph graph)
          Create a new instance of Agent.
 

Methods in org.openanzo.atom.jastor.foaf that return types with arguments of type Agent
static java.util.List<Agent> FOAFFactory.getAllAgent(INamedGraph graph)
          Return an instance of Agent for every resource in the model with rdf:Type http://xmlns.com/foaf/0.1/Agent
 info.aduna.collections.iterators.CloseableIterator<Agent> PersonImpl.getMaker()
           
 info.aduna.collections.iterators.CloseableIterator<Agent> Agent.getMaker()
          Get an Iterator the 'maker' property values.
 info.aduna.collections.iterators.CloseableIterator<Agent> OnlineEcommerceAccount.getMaker()
          Get an Iterator the 'maker' property values.
 info.aduna.collections.iterators.CloseableIterator<Agent> OnlineAccount.getMaker()
          Get an Iterator the 'maker' property values.
 info.aduna.collections.iterators.CloseableIterator<Agent> OnlineChatAccount.getMaker()
          Get an Iterator the 'maker' property values.
 info.aduna.collections.iterators.CloseableIterator<Agent> ProjectImpl.getMaker()
           
 info.aduna.collections.iterators.CloseableIterator<Agent> OnlineEcommerceAccountImpl.getMaker()
           
 info.aduna.collections.iterators.CloseableIterator<Agent> OrganizationImpl.getMaker()
           
 info.aduna.collections.iterators.CloseableIterator<Agent> OnlineAccountImpl.getMaker()
           
 info.aduna.collections.iterators.CloseableIterator<Agent> PersonalProfileDocumentImpl.getMaker()
           
 info.aduna.collections.iterators.CloseableIterator<Agent> DocumentImpl.getMaker()
           
 info.aduna.collections.iterators.CloseableIterator<Agent> OnlineGamingAccountImpl.getMaker()
           
 info.aduna.collections.iterators.CloseableIterator<Agent> Project.getMaker()
          Get an Iterator the 'maker' property values.
 info.aduna.collections.iterators.CloseableIterator<Agent> ImageImpl.getMaker()
           
 info.aduna.collections.iterators.CloseableIterator<Agent> Document.getMaker()
          Get an Iterator the 'maker' property values.
 info.aduna.collections.iterators.CloseableIterator<Agent> GroupImpl.getMaker()
           
 info.aduna.collections.iterators.CloseableIterator<Agent> OnlineChatAccountImpl.getMaker()
           
 info.aduna.collections.iterators.CloseableIterator<Agent> Image.getMaker()
          Get an Iterator the 'maker' property values.
 info.aduna.collections.iterators.CloseableIterator<Agent> AgentImpl.getMaker()
           
 info.aduna.collections.iterators.CloseableIterator<Agent> OnlineGamingAccount.getMaker()
          Get an Iterator the 'maker' property values.
 info.aduna.collections.iterators.CloseableIterator<Agent> Group.getMember()
          Get an Iterator the 'member' property values.
 info.aduna.collections.iterators.CloseableIterator<Agent> GroupImpl.getMember()
           
 

Methods in org.openanzo.atom.jastor.foaf with parameters of type Agent
 void PersonImpl.addMaker(Agent maker)
           
 void Agent.addMaker(Agent maker)
          Adds a value for the 'maker' property
 void OnlineEcommerceAccount.addMaker(Agent maker)
          Adds a value for the 'maker' property
 void OnlineAccount.addMaker(Agent maker)
          Adds a value for the 'maker' property
 void OnlineChatAccount.addMaker(Agent maker)
          Adds a value for the 'maker' property
 void ProjectImpl.addMaker(Agent maker)
           
 void OnlineEcommerceAccountImpl.addMaker(Agent maker)
           
 void OrganizationImpl.addMaker(Agent maker)
           
 void OnlineAccountImpl.addMaker(Agent maker)
           
 void PersonalProfileDocumentImpl.addMaker(Agent maker)
           
 void DocumentImpl.addMaker(Agent maker)
           
 void OnlineGamingAccountImpl.addMaker(Agent maker)
           
 void Project.addMaker(Agent maker)
          Adds a value for the 'maker' property
 void ImageImpl.addMaker(Agent maker)
           
 void Document.addMaker(Agent maker)
          Adds a value for the 'maker' property
 void GroupImpl.addMaker(Agent maker)
           
 void OnlineChatAccountImpl.addMaker(Agent maker)
           
 void Image.addMaker(Agent maker)
          Adds a value for the 'maker' property
 void AgentImpl.addMaker(Agent maker)
           
 void OnlineGamingAccount.addMaker(Agent maker)
          Adds a value for the 'maker' property
 void Group.addMember(Agent member)
          Adds a value for the 'member' property
 void GroupImpl.addMember(Agent member)
           
 void PersonImpl.removeMaker(Agent maker)
           
 void Agent.removeMaker(Agent maker)
          Removes a value for the 'maker' property.
 void OnlineEcommerceAccount.removeMaker(Agent maker)
          Removes a value for the 'maker' property.
 void OnlineAccount.removeMaker(Agent maker)
          Removes a value for the 'maker' property.
 void OnlineChatAccount.removeMaker(Agent maker)
          Removes a value for the 'maker' property.
 void ProjectImpl.removeMaker(Agent maker)
           
 void OnlineEcommerceAccountImpl.removeMaker(Agent maker)
           
 void OrganizationImpl.removeMaker(Agent maker)
           
 void OnlineAccountImpl.removeMaker(Agent maker)
           
 void PersonalProfileDocumentImpl.removeMaker(Agent maker)
           
 void DocumentImpl.removeMaker(Agent maker)
           
 void OnlineGamingAccountImpl.removeMaker(Agent maker)
           
 void Project.removeMaker(Agent maker)
          Removes a value for the 'maker' property.
 void ImageImpl.removeMaker(Agent maker)
           
 void Document.removeMaker(Agent maker)
          Removes a value for the 'maker' property.
 void GroupImpl.removeMaker(Agent maker)
           
 void OnlineChatAccountImpl.removeMaker(Agent maker)
           
 void Image.removeMaker(Agent maker)
          Removes a value for the 'maker' property.
 void AgentImpl.removeMaker(Agent maker)
           
 void OnlineGamingAccount.removeMaker(Agent maker)
          Removes a value for the 'maker' property.
 void Group.removeMember(Agent member)
          Removes a value for the 'member' property.
 void GroupImpl.removeMember(Agent member)
           
 

Uses of Agent in org.openanzo.atom.jastor.rdfs
 

Methods in org.openanzo.atom.jastor.rdfs that return Agent
 Agent _ResourceImpl.addMaker()
           
 Agent _Resource.addMaker()
          Adds an anonymous value for the 'maker' property
 Agent _ResourceImpl.addMaker(org.openrdf.model.Resource resource)
           
 Agent _Resource.addMaker(org.openrdf.model.Resource resource)
          Adds a value for the 'maker' property.
 

Methods in org.openanzo.atom.jastor.rdfs that return types with arguments of type Agent
 info.aduna.collections.iterators.CloseableIterator<Agent> _ResourceImpl.getMaker()
           
 info.aduna.collections.iterators.CloseableIterator<Agent> _Resource.getMaker()
          Get an Iterator the 'maker' property values.
 

Methods in org.openanzo.atom.jastor.rdfs with parameters of type Agent
 void _ResourceImpl.addMaker(Agent maker)
           
 void _Resource.addMaker(Agent maker)
          Adds a value for the 'maker' property
 void _ResourceImpl.removeMaker(Agent maker)
           
 void _Resource.removeMaker(Agent maker)
          Removes a value for the 'maker' property.
 



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.