Uses of Class
org.openprovenance.model.WasControlledBy

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

Uses of WasControlledBy in org.openprovenance.elmo
 

Subclasses of WasControlledBy in org.openprovenance.elmo
 class RdfWasControlledBy
           
 

Methods in org.openprovenance.elmo that return WasControlledBy
 WasControlledBy RdfObjectFactory.createWasControlledBy()
           
 WasControlledBy RdfOPMFactory.newWasControlledBy(WasControlledBy d)
           
 

Methods in org.openprovenance.elmo with parameters of type WasControlledBy
 WasControlledBy RdfOPMFactory.newWasControlledBy(WasControlledBy d)
           
 

Uses of WasControlledBy in org.openprovenance.model
 

Methods in org.openprovenance.model that return WasControlledBy
 WasControlledBy IndexedOPMGraph.addWasControlledBy(WasControlledBy wasControlledBy)
          Add a wasControlledBy edge to the graph.
 WasControlledBy ObjectFactory.createWasControlledBy()
          Create an instance of WasControlledBy
 WasControlledBy OPMFactory.newWasControlledBy(ProcessRef pid, Role role, AgentRef agid, Collection<AccountRef> accounts)
           
 WasControlledBy OPMFactory.newWasControlledBy(Process p, Role role, Agent ag, Collection<Account> accounts)
           
 WasControlledBy OPMFactory.newWasControlledBy(String id, ProcessRef pid, Role role, AgentRef agid, Collection<AccountRef> accounts)
           
 WasControlledBy OPMFactory.newWasControlledBy(String id, Process p, Role role, Agent ag, Collection<Account> accounts)
           
 WasControlledBy OPMFactory.newWasControlledBy(String id, Process p, Role role, Agent ag, String type, Collection<Account> accounts)
           
 WasControlledBy OPMFactory.newWasControlledBy(WasControlledBy c)
           
 

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

Methods in org.openprovenance.model with parameters of type WasControlledBy
 WasControlledBy IndexedOPMGraph.addWasControlledBy(WasControlledBy wasControlledBy)
          Add a wasControlledBy edge to the graph.
 Annotation OPMFactory.newAnnotation(String id, WasControlledBy edge, String property, Object value, Collection<Account> accs)
           
 DependencyRef OPMFactory.newDependencyRef(WasControlledBy edge)
           
 WasControlledBy OPMFactory.newWasControlledBy(WasControlledBy c)
           
 



Copyright © 2011. All Rights Reserved.