Uses of Class
org.openprovenance.model.WasGeneratedBy

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

Uses of WasGeneratedBy in org.openprovenance.elmo
 

Subclasses of WasGeneratedBy in org.openprovenance.elmo
 class RdfWasGeneratedBy
           
 

Methods in org.openprovenance.elmo that return WasGeneratedBy
 WasGeneratedBy RdfObjectFactory.createWasGeneratedBy()
           
 WasGeneratedBy RdfOPMFactory.newWasGeneratedBy(WasGeneratedBy d)
           
 

Methods in org.openprovenance.elmo with parameters of type WasGeneratedBy
 WasGeneratedBy RdfOPMFactory.newWasGeneratedBy(WasGeneratedBy d)
           
 

Uses of WasGeneratedBy in org.openprovenance.model
 

Methods in org.openprovenance.model that return WasGeneratedBy
 WasGeneratedBy IndexedOPMGraph.addWasGeneratedBy(WasGeneratedBy wasGeneratedBy)
          Add a wasGeneratedBy edge to the graph.
 WasGeneratedBy ObjectFactory.createWasGeneratedBy()
          Create an instance of WasGeneratedBy
 WasGeneratedBy OPMFactory.newWasGeneratedBy(Artifact a, Role role, Process p, Collection<Account> accounts)
           
 WasGeneratedBy OPMFactory.newWasGeneratedBy(String id, ArtifactRef aid, Role role, ProcessRef pid, Collection<AccountRef> 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)
           
 WasGeneratedBy OPMFactory.newWasGeneratedBy(WasGeneratedBy g)
           
 

Methods in org.openprovenance.model that return types with arguments of type WasGeneratedBy
 Collection<WasGeneratedBy> IndexedOPMGraph.getWasGeneratedBy()
          Return all WasGeneratedBy edges for this graph.
 Collection<WasGeneratedBy> IndexedOPMGraph.getWasGeneratedBy(Artifact p)
          Return all WasGeneratedBy edges with artifact a as a cause.
 Collection<WasGeneratedBy> IndexedOPMGraph.getWasGeneratedBy(Process p)
          Return all WasGeneratedBy edges with process p as an effect.
 

Methods in org.openprovenance.model with parameters of type WasGeneratedBy
 WasGeneratedBy IndexedOPMGraph.addWasGeneratedBy(WasGeneratedBy wasGeneratedBy)
          Add a wasGeneratedBy edge to the graph.
 Annotation OPMFactory.newAnnotation(String id, WasGeneratedBy edge, String property, Object value, Collection<Account> accs)
           
 DependencyRef OPMFactory.newDependencyRef(WasGeneratedBy edge)
           
 WasGeneratedBy OPMFactory.newWasGeneratedBy(WasGeneratedBy g)
           
 



Copyright © 2011. All Rights Reserved.