Uses of Class
org.openprovenance.model.ArtifactRef

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

Uses of ArtifactRef in org.openprovenance.elmo
 

Methods in org.openprovenance.elmo with parameters of type ArtifactRef
 void RdfUsed.setCause(ArtifactRef value)
           
 void RdfWasDerivedFrom.setCause(ArtifactRef value)
           
 void RdfWasDerivedFrom.setEffect(ArtifactRef value)
           
 void RdfWasGeneratedBy.setEffect(ArtifactRef value)
           
 void RdfUsed.setFields(ArtifactRef cause, ProcessRef effect, Role role)
           
 void RdfWasGeneratedBy.setFields(ProcessRef cause, ArtifactRef effect, Role role)
           
 void RdfWasDerivedFrom.setNodes(ArtifactRef cause, ArtifactRef effect)
           
 

Uses of ArtifactRef in org.openprovenance.model
 

Fields in org.openprovenance.model declared as ArtifactRef
protected  ArtifactRef WasDerivedFrom.cause
           
protected  ArtifactRef UsedStar.cause
           
protected  ArtifactRef WasDerivedFromStar.cause
           
protected  ArtifactRef Used.cause
           
protected  ArtifactRef WasGeneratedBy.effect
           
protected  ArtifactRef WasDerivedFrom.effect
           
protected  ArtifactRef WasGeneratedByStar.effect
           
protected  ArtifactRef WasDerivedFromStar.effect
           
 

Methods in org.openprovenance.model that return ArtifactRef
 ArtifactRef ObjectFactory.createArtifactRef()
          Create an instance of ArtifactRef
 ArtifactRef WasDerivedFrom.getCause()
          Gets the value of the cause property.
 ArtifactRef UsedStar.getCause()
          Gets the value of the cause property.
 ArtifactRef WasDerivedFromStar.getCause()
          Gets the value of the cause property.
 ArtifactRef Used.getCause()
          Gets the value of the cause property.
 ArtifactRef WasGeneratedBy.getEffect()
          Gets the value of the effect property.
 ArtifactRef WasDerivedFrom.getEffect()
          Gets the value of the effect property.
 ArtifactRef WasGeneratedByStar.getEffect()
          Gets the value of the effect property.
 ArtifactRef WasDerivedFromStar.getEffect()
          Gets the value of the effect property.
 ArtifactRef OPMFactory.newArtifactRef(Artifact a)
           
 

Methods in org.openprovenance.model with parameters of type ArtifactRef
 Accounts OPMUtilities.accountMembership(ArtifactRef aid, OPMGraph g)
           
 Used OPMFactory.newUsed(String id, ProcessRef pid, Role role, ArtifactRef aid, Collection<AccountRef> accounts)
           
 UsedStar OPMFactory.newUsedStar(ProcessRef pid, ArtifactRef aid, 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)
           
 void WasDerivedFrom.setCause(ArtifactRef value)
          Sets the value of the cause property.
 void UsedStar.setCause(ArtifactRef value)
          Sets the value of the cause property.
 void WasDerivedFromStar.setCause(ArtifactRef value)
          Sets the value of the cause property.
 void Used.setCause(ArtifactRef value)
          Sets the value of the cause property.
 void WasGeneratedBy.setEffect(ArtifactRef value)
          Sets the value of the effect property.
 void WasDerivedFrom.setEffect(ArtifactRef value)
          Sets the value of the effect property.
 void WasGeneratedByStar.setEffect(ArtifactRef value)
          Sets the value of the effect property.
 void WasDerivedFromStar.setEffect(ArtifactRef value)
          Sets the value of the effect property.
 



Copyright © 2011. All Rights Reserved.