Uses of Class
org.openprovenance.model.AgentRef

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

Uses of AgentRef in org.openprovenance.elmo
 

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

Uses of AgentRef in org.openprovenance.model
 

Fields in org.openprovenance.model declared as AgentRef
protected  AgentRef WasControlledBy.cause
           
 

Methods in org.openprovenance.model that return AgentRef
 AgentRef ObjectFactory.createAgentRef()
          Create an instance of AgentRef
 AgentRef WasControlledBy.getCause()
          Gets the value of the cause property.
 AgentRef OPMFactory.newAgentRef(Agent a)
           
 

Methods in org.openprovenance.model with parameters of type AgentRef
 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)
           
 void WasControlledBy.setCause(AgentRef value)
          Sets the value of the cause property.
 



Copyright © 2011. All Rights Reserved.