Uses of Class
org.openprovenance.model.Account

Packages that use Account
org.openprovenance.elmo   
org.openprovenance.model Open Provenance Model classes and associated factories and (de)serialisation methods. 
org.openprovenance.model.collections   
 

Uses of Account in org.openprovenance.elmo
 

Subclasses of Account in org.openprovenance.elmo
 class RdfAccount
           
 

Methods in org.openprovenance.elmo that return Account
 Account RdfObjectFactory.createAccount()
           
 Account RdfOPMFactory.register(String id, Account account)
           
 

Methods in org.openprovenance.elmo with parameters of type Account
 Account RdfOPMFactory.register(String id, Account account)
           
 

Method parameters in org.openprovenance.elmo with type arguments of type Account
 OPMGraph RdfOPMFactory.newOPMGraph(String id, Collection<Account> accs, Collection<Overlaps> ops, Collection<Process> ps, Collection<Artifact> as, Collection<Agent> ags, Collection<Object> lks, Collection<Annotation> anns)
           
 

Uses of Account in org.openprovenance.model
 

Fields in org.openprovenance.model with type parameters of type Account
protected  List<Account> Accounts.account
           
 

Methods in org.openprovenance.model that return Account
 Account IndexedOPMGraph.addAccount(Account account)
           
 Account IndexedOPMGraph.addAccount(String name, Account account)
           
 Account ObjectFactory.createAccount()
          Create an instance of Account
 Account IndexedOPMGraph.getAccount(String name)
           
 Account OPMFactory.newAccount(Account acc)
           
 Account OPMFactory.newAccount(String id)
           
 Account OPMFactory.newAccount(String id, String label)
           
 

Methods in org.openprovenance.model that return types with arguments of type Account
 List<Account> Accounts.getAccount()
          Gets the value of the account property.
 

Methods in org.openprovenance.model with parameters of type Account
 Account IndexedOPMGraph.addAccount(Account account)
           
 Account IndexedOPMGraph.addAccount(String name, Account account)
           
 Account OPMFactory.newAccount(Account acc)
           
 AccountRef OPMFactory.newAccountRef(Account acc)
           
 

Method parameters in org.openprovenance.model with type arguments of type Account
 void OPMFactory.addAccounts(HasAccounts element, Collection<Account> accounts, Object ignoreForErasure)
           
 Accounts OPMFactory.newAccounts(Collection<Account> accs, Collection<Overlaps> ovlps)
           
 Agent OPMFactory.newAgent(String ag, Collection<Account> accounts)
           
 Agent OPMFactory.newAgent(String ag, Collection<Account> accounts, String label)
           
 Annotation OPMFactory.newAnnotation(String id, Annotation a, String property, Object value, Collection<Account> accs)
           
 Annotation OPMFactory.newAnnotation(String id, Artifact a, String property, Object value, Collection<Account> accs)
           
 Annotation OPMFactory.newAnnotation(String id, Process p, String property, Object value, Collection<Account> accs)
           
 Annotation OPMFactory.newAnnotation(String id, Role role, String property, Object value, Collection<Account> accs)
           
 Annotation OPMFactory.newAnnotation(String id, Used edge, String property, Object value, Collection<Account> accs)
           
 Annotation OPMFactory.newAnnotation(String id, WasControlledBy edge, String property, Object value, Collection<Account> accs)
           
 Annotation OPMFactory.newAnnotation(String id, WasDerivedFrom edge, String property, Object value, Collection<Account> accs)
           
 Annotation OPMFactory.newAnnotation(String id, WasGeneratedBy edge, String property, Object value, Collection<Account> accs)
           
 Annotation OPMFactory.newAnnotation(String id, WasTriggeredBy edge, String property, Object value, Collection<Account> accs)
           
 Artifact OPMFactory.newArtifact(String id, Collection<Account> accounts)
           
 Artifact OPMFactory.newArtifact(String id, Collection<Account> accounts, String label)
           
 EmbeddedAnnotation OPMFactory.newEmbeddedAnnotation(String id, String property, Object value, Collection<Account> accs)
           
 OPMGraph OPMFactory.newOPMGraph(Collection<Account> accs, Collection<Overlaps> ops, Collection<Process> ps, Collection<Artifact> as, Collection<Agent> ags, Collection<Object> lks)
           
 OPMGraph OPMFactory.newOPMGraph(Collection<Account> accs, Collection<Overlaps> ops, Collection<Process> ps, Collection<Artifact> as, Collection<Agent> ags, Collection<Object> lks, Collection<Annotation> anns)
           
 OPMGraph OPMFactory.newOPMGraph(Collection<Account> accs, Overlaps[] ovs, Process[] ps, Artifact[] as, Agent[] ags, Object[] lks)
           
 OPMGraph OPMFactory.newOPMGraph(Collection<Account> accs, Overlaps[] ovs, Process[] ps, Artifact[] as, Agent[] ags, Object[] lks, Annotation[] anns)
           
 OPMGraph OPMFactory.newOPMGraph(String id, Collection<Account> accs, Collection<Overlaps> ops, Collection<Process> ps, Collection<Artifact> as, Collection<Agent> ags, Collection<Object> lks, Collection<Annotation> anns)
           
 OPMGraph OPMFactory.newOPMGraph(String id, Collection<Account> accs, Overlaps[] ovs, Process[] ps, Artifact[] as, Agent[] ags, Object[] lks, Annotation[] anns)
           
 Overlaps OPMFactory.newOverlaps(Collection<Account> accounts)
           
 Process OPMFactory.newProcess(String pr, Collection<Account> accounts)
           
 Process OPMFactory.newProcess(String pr, Collection<Account> accounts, String label)
           
 Used OPMFactory.newUsed(Process p, Role role, Artifact a, Collection<Account> accounts)
           
 Used OPMFactory.newUsed(String id, Process p, Role role, Artifact a, Collection<Account> accounts)
           
 Used OPMFactory.newUsed(String id, Process p, Role role, Artifact a, String type, Collection<Account> accounts)
           
 UsedStar OPMFactory.newUsedStar(Process p, Artifact a, Collection<Account> accounts)
           
 WasControlledBy OPMFactory.newWasControlledBy(Process p, Role role, Agent ag, Collection<Account> accounts)
           
 WasControlledBy OPMFactory.newWasControlledBy(String id, Process p, Role role, Agent ag, Collection<Account> accounts)
           
 WasControlledBy OPMFactory.newWasControlledBy(String id, Process p, Role role, Agent ag, String type, Collection<Account> accounts)
           
 WasDerivedFrom OPMFactory.newWasDerivedFrom(Artifact a1, Artifact a2, Collection<Account> accounts)
           
 WasDerivedFrom OPMFactory.newWasDerivedFrom(String id, Artifact a1, Artifact a2, Collection<Account> accounts)
           
 WasDerivedFrom OPMFactory.newWasDerivedFrom(String id, Artifact a1, Artifact a2, String type, Collection<Account> accounts)
           
 WasDerivedFromStar OPMFactory.newWasDerivedFromStar(Artifact a1, Artifact a2, Collection<Account> accounts)
           
 WasGeneratedBy OPMFactory.newWasGeneratedBy(Artifact a, Role role, Process p, Collection<Account> accounts)
           
 WasGeneratedBy OPMFactory.newWasGeneratedBy(String id, Artifact a, Role role, Process p, Collection<Account> accounts)
           
 WasGeneratedBy OPMFactory.newWasGeneratedBy(String id, Artifact a, Role role, Process p, String type, Collection<Account> accounts)
           
 WasGeneratedByStar OPMFactory.newWasGeneratedByStar(Artifact a, Process p, Collection<Account> accounts)
           
 WasTriggeredBy OPMFactory.newWasTriggeredBy(Process p1, Process p2, Collection<Account> accounts)
           
 WasTriggeredBy OPMFactory.newWasTriggeredBy(String id, Process p1, Process p2, Collection<Account> accounts)
           
 WasTriggeredBy OPMFactory.newWasTriggeredBy(String id, Process p1, Process p2, String type, Collection<Account> accounts)
           
 WasTriggeredByStar OPMFactory.newWasTriggeredByStar(Process p1, Process p2, Collection<Account> accounts)
           
 void Normalise.sortAccounts(List<Account> ll)
           
 

Uses of Account in org.openprovenance.model.collections
 

Method parameters in org.openprovenance.model.collections with type arguments of type Account
 WasDerivedFrom CollectionFactory.newContained(String id, Artifact a1, Artifact a2, Collection<Account> accounts)
           
 WasDerivedFrom CollectionFactory.newWasIdenticalTo(String id, Artifact a1, Artifact a2, Collection<Account> accounts)
           
 



Copyright © 2011. All Rights Reserved.