Uses of Class
org.openprovenance.model.WasTriggeredBy

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

Uses of WasTriggeredBy in org.openprovenance.elmo
 

Subclasses of WasTriggeredBy in org.openprovenance.elmo
 class RdfWasTriggeredBy
           
 

Methods in org.openprovenance.elmo that return WasTriggeredBy
 WasTriggeredBy RdfObjectFactory.createWasTriggeredBy()
           
 WasTriggeredBy RdfOPMFactory.newWasTriggeredBy(WasTriggeredBy d)
           
 

Methods in org.openprovenance.elmo with parameters of type WasTriggeredBy
 WasTriggeredBy RdfOPMFactory.newWasTriggeredBy(WasTriggeredBy d)
           
 

Uses of WasTriggeredBy in org.openprovenance.model
 

Methods in org.openprovenance.model that return WasTriggeredBy
 WasTriggeredBy IndexedOPMGraph.addWasTriggeredBy(WasTriggeredBy wasTriggeredBy)
          Add a wasTriggeredBy edge to the graph.
 WasTriggeredBy ObjectFactory.createWasTriggeredBy()
          Create an instance of WasTriggeredBy
 WasTriggeredBy OPMFactory.newWasTriggeredBy(Process p1, Process p2, Collection<Account> accounts)
           
 WasTriggeredBy OPMFactory.newWasTriggeredBy(String id, Process p1, Process p2, Collection<Account> accounts)
           
 WasTriggeredBy OPMFactory.newWasTriggeredBy(String id, Process p1, Process p2, String type, Collection<Account> accounts)
           
 WasTriggeredBy OPMFactory.newWasTriggeredBy(String id, ProcessRef pid1, ProcessRef pid2, Collection<AccountRef> accounts)
           
 WasTriggeredBy OPMFactory.newWasTriggeredBy(WasTriggeredBy d)
           
 

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

Methods in org.openprovenance.model with parameters of type WasTriggeredBy
 WasTriggeredBy IndexedOPMGraph.addWasTriggeredBy(WasTriggeredBy wasTriggeredBy)
          Add a wasTriggeredBy edge to the graph.
 Annotation OPMFactory.newAnnotation(String id, WasTriggeredBy edge, String property, Object value, Collection<Account> accs)
           
 DependencyRef OPMFactory.newDependencyRef(WasTriggeredBy edge)
           
 WasTriggeredBy OPMFactory.newWasTriggeredBy(WasTriggeredBy d)
           
 



Copyright © 2011. All Rights Reserved.