Uses of Interface
org.openprovenance.rdf.Account

Packages that use Account
org.openprovenance.elmo   
org.openprovenance.rdf   
 

Uses of Account in org.openprovenance.elmo
 

Methods in org.openprovenance.elmo that return Account
 Account RdfAccount.findMyFacade()
           
 

Methods in org.openprovenance.elmo that return types with arguments of type Account
 Set<Account> RdfWasDerivedFrom.getAccounts()
           
 Set<Account> RdfWasTriggeredBy.getAccounts()
           
 Set<Account> RdfAgent.getAccounts()
           
 

Methods in org.openprovenance.elmo with parameters of type Account
 RdfAccount RdfOPMFactory.newAccount(Account a)
           
 

Method parameters in org.openprovenance.elmo with type arguments of type Account
 void RdfWasDerivedFrom.setAccounts(Set<? extends Account> accs)
           
 void RdfWasTriggeredBy.setAccounts(Set<? extends Account> accs)
           
 void RdfAgent.setAccounts(Set<? extends Account> accs)
           
 

Uses of Account in org.openprovenance.rdf
 

Methods in org.openprovenance.rdf that return types with arguments of type Account
 Set<Account> AnnotationOrEdgeOrNode.getAccounts()
          Object Property to express the member of an OPM entity to some Account.
 Set<Account> OPMGraph.getHasAccount()
          Property that denotes the constituency relationship between an OPM graph and an account, meaning that the object of this property is an account of the subject.
 

Method parameters in org.openprovenance.rdf with type arguments of type Account
 void AnnotationOrEdgeOrNode.setAccounts(Set<? extends Account> accounts)
          Object Property to express the member of an OPM entity to some Account.
 void OPMGraph.setHasAccount(Set<? extends Account> hasAccount)
          Property that denotes the constituency relationship between an OPM graph and an account, meaning that the object of this property is an account of the subject.
 



Copyright © 2011. All Rights Reserved.