Uses of Class
org.openprovenance.model.Agent

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

Uses of Agent in org.openprovenance.elmo
 

Subclasses of Agent in org.openprovenance.elmo
 class RdfAgent
           
 

Methods in org.openprovenance.elmo that return Agent
 Agent RdfObjectFactory.createAgent()
           
 Agent RdfOPMFactory.register(String id, Agent agent)
           
 

Methods in org.openprovenance.elmo with parameters of type Agent
 Agent RdfOPMFactory.register(String id, Agent agent)
           
 

Method parameters in org.openprovenance.elmo with type arguments of type Agent
 OPMGraph RdfOPMFactory.newOPMGraph(String id, Collection<Account> accs, Collection<Overlaps> ops, Collection<Process> ps, Collection<Artifact> as, Collection<Agent> ags, Collection<Object> lks, Collection<Annotation> anns)
           
 

Uses of Agent in org.openprovenance.model
 

Fields in org.openprovenance.model with type parameters of type Agent
protected  List<Agent> Agents.agent
           
 

Methods in org.openprovenance.model that return Agent
 Agent IndexedOPMGraph.addAgent(Agent agent)
           
 Agent IndexedOPMGraph.addAgent(String name, Agent agent)
           
 Agent ObjectFactory.createAgent()
          Create an instance of Agent
 Agent IndexedOPMGraph.getAgent(String name)
           
 Agent OPMFactory.newAgent(Agent a)
           
 Agent OPMFactory.newAgent(String ag, Collection<Account> accounts)
           
 Agent OPMFactory.newAgent(String ag, Collection<Account> accounts, String label)
           
 

Methods in org.openprovenance.model that return types with arguments of type Agent
 List<Agent> Agents.getAgent()
          Gets the value of the agent property.
 

Methods in org.openprovenance.model with parameters of type Agent
 Agent IndexedOPMGraph.addAgent(Agent agent)
           
 Agent IndexedOPMGraph.addAgent(String name, Agent agent)
           
 HashMap<String,String> OPMToDot.addAgentColor(Agent a, HashMap<String,String> properties)
           
 HashMap<String,String> OPMToDot.addAgentLabel(Agent p, HashMap<String,String> properties)
           
 HashMap<String,String> OPMToDot.addAgentShape(Agent p, HashMap<String,String> properties)
           
 String OPMToDot.agentColor(Agent p)
           
 String OPMToDot.agentLabel(Agent p)
           
 void OPMToDot.emitAgent(Agent ag, PrintStream out)
           
 Collection<WasControlledBy> IndexedOPMGraph.getWasControlledBy(Agent a)
          Return all WasControlledBy edges with artifact a as a cause.
 Agent OPMFactory.newAgent(Agent a)
           
 AgentRef OPMFactory.newAgentRef(Agent a)
           
 OPMGraph OPMFactory.newOPMGraph(Collection<Account> accs, Overlaps[] ovs, Process[] ps, Artifact[] as, Agent[] ags, Object[] lks)
           
 OPMGraph OPMFactory.newOPMGraph(Collection<Account> accs, Overlaps[] ovs, Process[] ps, Artifact[] as, Agent[] ags, Object[] lks, Annotation[] anns)
           
 OPMGraph OPMFactory.newOPMGraph(String id, Collection<Account> accs, Overlaps[] ovs, Process[] ps, Artifact[] as, Agent[] ags, Object[] lks, Annotation[] anns)
           
 WasControlledBy OPMFactory.newWasControlledBy(Process p, Role role, Agent ag, Collection<Account> 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)
           
 

Method parameters in org.openprovenance.model with type arguments of type Agent
 OPMGraph OPMFactory.newOPMGraph(Collection<Account> accs, Collection<Overlaps> ops, Collection<Process> ps, Collection<Artifact> as, Collection<Agent> ags, Collection<Object> lks)
           
 OPMGraph OPMFactory.newOPMGraph(Collection<Account> accs, Collection<Overlaps> ops, Collection<Process> ps, Collection<Artifact> as, Collection<Agent> ags, Collection<Object> lks, Collection<Annotation> anns)
           
 OPMGraph OPMFactory.newOPMGraph(String id, Collection<Account> accs, Collection<Overlaps> ops, Collection<Process> ps, Collection<Artifact> as, Collection<Agent> ags, Collection<Object> lks, Collection<Annotation> anns)
           
 



Copyright © 2011. All Rights Reserved.