Uses of Interface
org.openprovenance.rdf.Process

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

Uses of Process in org.openprovenance.elmo
 

Methods in org.openprovenance.elmo that return Process
 Process RdfProcess.findMyFacade()
           
 

Methods in org.openprovenance.elmo with parameters of type Process
 RdfProcess RdfOPMFactory.newProcess(Process a)
           
 

Uses of Process in org.openprovenance.rdf
 

Methods in org.openprovenance.rdf that return Process
 Process WasGeneratedBy.getCauseWasGeneratedBy()
          The cause of a WasGeneratedBy edge.
 Process WasTriggeredBy.getCauseWasTriggeredBy()
          The cause of a WasTriggeredBy edge.
 Process Used.getEffectUsed()
          The effect of a Used edge.
 Process WasControlledBy.getEffectWasControlledBy()
          The effect of a WasControlledBy edge.
 Process WasTriggeredBy.getEffectWasTriggeredBy()
          The effect of a WasTriggeredBy edge.
 

Methods in org.openprovenance.rdf that return types with arguments of type Process
 Set<Process> OPMGraph.getHasProcess()
          Property that denotes the constituency relationship between an OPM graph and a process, meaning that the object of this property is a process of the subject.
 Set<Process> Artifact.getWasGeneratedBy()
           
 Set<Process> Artifact.getWasGeneratedByStar()
          A multi-step wasGeneratedBy edge.
 

Methods in org.openprovenance.rdf with parameters of type Process
 void WasGeneratedBy.setCauseWasGeneratedBy(Process causeWasGeneratedBy)
          The cause of a WasGeneratedBy edge.
 void WasTriggeredBy.setCauseWasTriggeredBy(Process causeWasTriggeredBy)
          The cause of a WasTriggeredBy edge.
 void Used.setEffectUsed(Process effectUsed)
          The effect of a Used edge.
 void WasControlledBy.setEffectWasControlledBy(Process effectWasControlledBy)
          The effect of a WasControlledBy edge.
 void WasTriggeredBy.setEffectWasTriggeredBy(Process effectWasTriggeredBy)
          The effect of a WasTriggeredBy edge.
 

Method parameters in org.openprovenance.rdf with type arguments of type Process
 void OPMGraph.setHasProcess(Set<? extends Process> hasProcess)
          Property that denotes the constituency relationship between an OPM graph and a process, meaning that the object of this property is a process of the subject.
 void Artifact.setWasGeneratedBy(Set<? extends Process> wasGeneratedBy)
           
 void Artifact.setWasGeneratedByStar(Set<? extends Process> wasGeneratedByStar)
          A multi-step wasGeneratedBy edge.
 



Copyright © 2011. All Rights Reserved.