Uses of Interface
org.openprovenance.rdf.Agent

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

Uses of Agent in org.openprovenance.elmo
 

Methods in org.openprovenance.elmo that return Agent
 Agent RdfAgent.findMyFacade()
           
 

Methods in org.openprovenance.elmo with parameters of type Agent
 RdfAgent RdfOPMFactory.newAgent(Agent a)
           
 

Uses of Agent in org.openprovenance.rdf
 

Methods in org.openprovenance.rdf that return Agent
 Agent WasControlledBy.getCauseWasControlledBy()
          The cause of a WasControlledBy edge.
 

Methods in org.openprovenance.rdf that return types with arguments of type Agent
 Set<Agent> OPMGraph.getHasAgent()
          Property that denotes the constituency relationship between an OPM graph and an agent, meaning that the object of this property is an agent of the subject.
 

Methods in org.openprovenance.rdf with parameters of type Agent
 void WasControlledBy.setCauseWasControlledBy(Agent causeWasControlledBy)
          The cause of a WasControlledBy edge.
 

Method parameters in org.openprovenance.rdf with type arguments of type Agent
 void OPMGraph.setHasAgent(Set<? extends Agent> hasAgent)
          Property that denotes the constituency relationship between an OPM graph and an agent, meaning that the object of this property is an agent of the subject.
 



Copyright © 2011. All Rights Reserved.