Uses of Class
org.openprovenance.model.ProcessRef

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

Uses of ProcessRef in org.openprovenance.elmo
 

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

Uses of ProcessRef in org.openprovenance.model
 

Fields in org.openprovenance.model declared as ProcessRef
protected  ProcessRef WasGeneratedBy.cause
           
protected  ProcessRef WasTriggeredByStar.cause
           
protected  ProcessRef WasTriggeredBy.cause
           
protected  ProcessRef WasGeneratedByStar.cause
           
protected  ProcessRef WasTriggeredByStar.effect
           
protected  ProcessRef WasTriggeredBy.effect
           
protected  ProcessRef UsedStar.effect
           
protected  ProcessRef Used.effect
           
protected  ProcessRef WasControlledBy.effect
           
 

Methods in org.openprovenance.model that return ProcessRef
 ProcessRef ObjectFactory.createProcessRef()
          Create an instance of ProcessRef
 ProcessRef WasGeneratedBy.getCause()
          Gets the value of the cause property.
 ProcessRef WasTriggeredByStar.getCause()
          Gets the value of the cause property.
 ProcessRef WasTriggeredBy.getCause()
          Gets the value of the cause property.
 ProcessRef WasGeneratedByStar.getCause()
          Gets the value of the cause property.
 ProcessRef WasTriggeredByStar.getEffect()
          Gets the value of the effect property.
 ProcessRef WasTriggeredBy.getEffect()
          Gets the value of the effect property.
 ProcessRef UsedStar.getEffect()
          Gets the value of the effect property.
 ProcessRef Used.getEffect()
          Gets the value of the effect property.
 ProcessRef WasControlledBy.getEffect()
          Gets the value of the effect property.
 ProcessRef OPMFactory.newProcessRef(Process p)
           
 

Methods in org.openprovenance.model with parameters of type ProcessRef
 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)
           
 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)
           
 void WasGeneratedBy.setCause(ProcessRef value)
          Sets the value of the cause property.
 void WasTriggeredByStar.setCause(ProcessRef value)
          Sets the value of the cause property.
 void WasTriggeredBy.setCause(ProcessRef value)
          Sets the value of the cause property.
 void WasGeneratedByStar.setCause(ProcessRef value)
          Sets the value of the cause property.
 void WasTriggeredByStar.setEffect(ProcessRef value)
          Sets the value of the effect property.
 void WasTriggeredBy.setEffect(ProcessRef value)
          Sets the value of the effect property.
 void UsedStar.setEffect(ProcessRef value)
          Sets the value of the effect property.
 void Used.setEffect(ProcessRef value)
          Sets the value of the effect property.
 void WasControlledBy.setEffect(ProcessRef value)
          Sets the value of the effect property.
 



Copyright © 2011. All Rights Reserved.