Uses of Class
org.openprovenance.model.AccountRef

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

Uses of AccountRef in org.openprovenance.elmo
 

Methods in org.openprovenance.elmo that return types with arguments of type AccountRef
 List<AccountRef> RdfOPMFactory.newAccounts(List<AccountRef> accounts)
           
 

Method parameters in org.openprovenance.elmo with type arguments of type AccountRef
 void RdfOPMFactory.addAccounts(AnnotationOrEdgeOrNode hasAccounts, List<AccountRef> accounts)
           
 void RdfOPMFactory.addAccounts(HasAccounts element, Collection<AccountRef> accounts)
           
 List<AccountRef> RdfOPMFactory.newAccounts(List<AccountRef> accounts)
           
 

Uses of AccountRef in org.openprovenance.model
 

Fields in org.openprovenance.model with type parameters of type AccountRef
protected  List<AccountRef> Process.account
           
protected  List<AccountRef> WasGeneratedBy.account
           
protected  List<AccountRef> Agent.account
           
protected  List<AccountRef> EmbeddedAnnotation.account
           
protected  List<AccountRef> WasTriggeredByStar.account
           
protected  List<AccountRef> Overlaps.account
           
protected  List<AccountRef> Artifact.account
           
protected  List<AccountRef> WasDerivedFrom.account
           
protected  List<AccountRef> WasTriggeredBy.account
           
protected  List<AccountRef> UsedStar.account
           
protected  List<AccountRef> WasGeneratedByStar.account
           
protected  List<AccountRef> WasDerivedFromStar.account
           
protected  List<AccountRef> Used.account
           
protected  List<AccountRef> WasControlledBy.account
           
 

Methods in org.openprovenance.model that return AccountRef
 AccountRef ObjectFactory.createAccountRef()
          Create an instance of AccountRef
 AccountRef OPMFactory.newAccountRef(Account acc)
           
 

Methods in org.openprovenance.model that return types with arguments of type AccountRef
 List<AccountRef> Process.getAccount()
          Gets the value of the account property.
 List<AccountRef> WasGeneratedBy.getAccount()
          Gets the value of the account property.
 List<AccountRef> Agent.getAccount()
          Gets the value of the account property.
 List<AccountRef> EmbeddedAnnotation.getAccount()
          Gets the value of the account property.
 List<AccountRef> WasTriggeredByStar.getAccount()
          Gets the value of the account property.
 List<AccountRef> Overlaps.getAccount()
          Gets the value of the account property.
 List<AccountRef> Artifact.getAccount()
          Gets the value of the account property.
 List<AccountRef> WasDerivedFrom.getAccount()
          Gets the value of the account property.
 List<AccountRef> HasAccounts.getAccount()
           
 List<AccountRef> WasTriggeredBy.getAccount()
          Gets the value of the account property.
 List<AccountRef> UsedStar.getAccount()
          Gets the value of the account property.
 List<AccountRef> WasGeneratedByStar.getAccount()
          Gets the value of the account property.
 List<AccountRef> WasDerivedFromStar.getAccount()
          Gets the value of the account property.
 List<AccountRef> Used.getAccount()
          Gets the value of the account property.
 List<AccountRef> WasControlledBy.getAccount()
          Gets the value of the account property.
 

Methods in org.openprovenance.model with parameters of type AccountRef
 Overlaps OPMFactory.newOverlaps(AccountRef aid1, AccountRef aid2)
           
 

Method parameters in org.openprovenance.model with type arguments of type AccountRef
 void OPMFactory.addAccounts(HasAccounts element, Collection<AccountRef> accounts)
           
 Annotation OPMFactory.newAnnotation(String id, Object o, List<Property> properties, Collection<AccountRef> accs)
           
 Annotation OPMFactory.newAnnotation(String id, Ref ref, String property, Object value, Collection<AccountRef> accs)
           
 EmbeddedAnnotation OPMFactory.newEmbeddedAnnotation(String id, List<Property> properties, Collection<AccountRef> accs, Object dummyParameterForAvoidingSameErasure)
           
 EmbeddedAnnotation OPMFactory.newEmbeddedAnnotation(String id, String property, Object value, Collection<AccountRef> accs, Object dummyParameterForAvoidingSameErasure)
           
 Used OPMFactory.newUsed(String id, ProcessRef pid, Role role, ArtifactRef aid, Collection<AccountRef> accounts)
           
 UsedStar OPMFactory.newUsedStar(ProcessRef pid, ArtifactRef aid, Collection<AccountRef> accounts)
           
 WasControlledBy OPMFactory.newWasControlledBy(ProcessRef pid, Role role, AgentRef agid, Collection<AccountRef> accounts)
           
 WasControlledBy OPMFactory.newWasControlledBy(String id, ProcessRef pid, Role role, AgentRef agid, Collection<AccountRef> accounts)
           
 WasDerivedFrom OPMFactory.newWasDerivedFrom(String id, ArtifactRef aid1, ArtifactRef aid2, Collection<AccountRef> accounts)
           
 WasDerivedFromStar OPMFactory.newWasDerivedFromStar(ArtifactRef aid1, ArtifactRef aid2, Collection<AccountRef> accounts)
           
 WasGeneratedBy OPMFactory.newWasGeneratedBy(String id, ArtifactRef aid, Role role, ProcessRef pid, Collection<AccountRef> accounts)
           
 WasGeneratedByStar OPMFactory.newWasGeneratedByStar(ArtifactRef aid, ProcessRef pid, Collection<AccountRef> accounts)
           
 WasTriggeredBy OPMFactory.newWasTriggeredBy(String id, ProcessRef pid1, ProcessRef pid2, Collection<AccountRef> accounts)
           
 WasTriggeredByStar OPMFactory.newWasTriggeredByStar(ProcessRef pid1, ProcessRef pid2, Collection<AccountRef> accounts)
           
 



Copyright © 2011. All Rights Reserved.