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

Packages that use OnlineAccount
org.openanzo.atom.jastor.atomowl   
org.openanzo.atom.jastor.foaf   
 

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

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

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

Methods in org.openanzo.atom.jastor.atomowl with parameters of type OnlineAccount
 void PersonImpl.addHoldsAccount(OnlineAccount holdsAccount)
           
 void GeneratorImpl.addHoldsAccount(OnlineAccount holdsAccount)
           
 void PersonImpl.removeHoldsAccount(OnlineAccount holdsAccount)
           
 void GeneratorImpl.removeHoldsAccount(OnlineAccount holdsAccount)
           
 

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

Classes in org.openanzo.atom.jastor.foaf that implement OnlineAccount
 class OnlineAccountImpl
          Implementation of OnlineAccount Use the org.openanzo.atom.jastor.foaf.FOAFFactory to create instances of this class.
 

Methods in org.openanzo.atom.jastor.foaf that return OnlineAccount
 OnlineAccount PersonImpl.addHoldsAccount()
           
 OnlineAccount Agent.addHoldsAccount()
          Adds an anonymous value for the 'holdsAccount' property
 OnlineAccount OrganizationImpl.addHoldsAccount()
           
 OnlineAccount GroupImpl.addHoldsAccount()
           
 OnlineAccount AgentImpl.addHoldsAccount()
           
 OnlineAccount PersonImpl.addHoldsAccount(org.openrdf.model.Resource resource)
           
 OnlineAccount Agent.addHoldsAccount(org.openrdf.model.Resource resource)
          Adds a value for the 'holdsAccount' property.
 OnlineAccount OrganizationImpl.addHoldsAccount(org.openrdf.model.Resource resource)
           
 OnlineAccount GroupImpl.addHoldsAccount(org.openrdf.model.Resource resource)
           
 OnlineAccount AgentImpl.addHoldsAccount(org.openrdf.model.Resource resource)
           
static OnlineAccount FOAFFactory.createOnlineAccount(org.openrdf.model.Resource resource, INamedGraph graph)
          Create a new instance of OnlineAccount.
static OnlineAccount FOAFFactory.createOnlineAccount(java.lang.String uri, INamedGraph graph)
          Create a new instance of OnlineAccount.
static OnlineAccount FOAFFactory.getOnlineAccount(org.openrdf.model.Resource resource, INamedGraph graph)
          Create a new instance of OnlineAccount.
static OnlineAccount FOAFFactory.getOnlineAccount(java.lang.String uri, INamedGraph graph)
          Create a new instance of OnlineAccount.
 

Methods in org.openanzo.atom.jastor.foaf that return types with arguments of type OnlineAccount
static java.util.List<OnlineAccount> FOAFFactory.getAllOnlineAccount(INamedGraph graph)
          Return an instance of OnlineAccount for every resource in the model with rdf:Type http://xmlns.com/foaf/0.1/OnlineAccount
 info.aduna.collections.iterators.CloseableIterator<OnlineAccount> PersonImpl.getHoldsAccount()
           
 info.aduna.collections.iterators.CloseableIterator<OnlineAccount> Agent.getHoldsAccount()
          Get an Iterator the 'holdsAccount' property values.
 info.aduna.collections.iterators.CloseableIterator<OnlineAccount> OrganizationImpl.getHoldsAccount()
           
 info.aduna.collections.iterators.CloseableIterator<OnlineAccount> GroupImpl.getHoldsAccount()
           
 info.aduna.collections.iterators.CloseableIterator<OnlineAccount> AgentImpl.getHoldsAccount()
           
 

Methods in org.openanzo.atom.jastor.foaf with parameters of type OnlineAccount
 void PersonImpl.addHoldsAccount(OnlineAccount holdsAccount)
           
 void Agent.addHoldsAccount(OnlineAccount holdsAccount)
          Adds a value for the 'holdsAccount' property
 void OrganizationImpl.addHoldsAccount(OnlineAccount holdsAccount)
           
 void GroupImpl.addHoldsAccount(OnlineAccount holdsAccount)
           
 void AgentImpl.addHoldsAccount(OnlineAccount holdsAccount)
           
 void PersonImpl.removeHoldsAccount(OnlineAccount holdsAccount)
           
 void Agent.removeHoldsAccount(OnlineAccount holdsAccount)
          Removes a value for the 'holdsAccount' property.
 void OrganizationImpl.removeHoldsAccount(OnlineAccount holdsAccount)
           
 void GroupImpl.removeHoldsAccount(OnlineAccount holdsAccount)
           
 void AgentImpl.removeHoldsAccount(OnlineAccount holdsAccount)
           
 



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