Uses of Class
org.openprovenance.model.Process

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

Uses of Process in org.openprovenance.elmo
 

Subclasses of Process in org.openprovenance.elmo
 class RdfProcess
           
 

Methods in org.openprovenance.elmo that return Process
 Process RdfObjectFactory.createProcess()
           
 Process RdfOPMFactory.register(String id, Process process)
           
 

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

Method parameters in org.openprovenance.elmo with type arguments of type Process
 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 Process in org.openprovenance.model
 

Fields in org.openprovenance.model with type parameters of type Process
protected  List<Process> Processes.process
           
 

Methods in org.openprovenance.model that return Process
 Process IndexedOPMGraph.addProcess(Process process)
           
 Process IndexedOPMGraph.addProcess(String name, Process process)
           
 Process ObjectFactory.createProcess()
          Create an instance of Process
 Process IndexedOPMGraph.getProcess(String name)
           
 Process OPMFactory.newProcess(Process a)
           
 Process OPMFactory.newProcess(String pr, Collection<Account> accounts)
           
 Process OPMFactory.newProcess(String pr, Collection<Account> accounts, String label)
           
 

Methods in org.openprovenance.model that return types with arguments of type Process
 List<Process> Processes.getProcess()
          Gets the value of the process property.
 

Methods in org.openprovenance.model with parameters of type Process
 Process IndexedOPMGraph.addProcess(Process process)
           
 Process IndexedOPMGraph.addProcess(String name, Process process)
           
 HashMap<String,String> OPMToDot.addProcessColor(Process p, HashMap<String,String> properties)
           
 HashMap<String,String> OPMToDot.addProcessLabel(Process p, HashMap<String,String> properties)
           
 HashMap<String,String> OPMToDot.addProcessShape(Process p, HashMap<String,String> properties)
           
 void OPMToDot.emitProcess(Process p, PrintStream out)
           
 Collection<Used> IndexedOPMGraph.getUsed(Process p)
          Return all used edges with process p as an effect.
 Collection<WasControlledBy> IndexedOPMGraph.getWasControlledBy(Process p)
          Return all WasControlledBy edges with process p as an effect.
 Collection<WasGeneratedBy> IndexedOPMGraph.getWasGeneratedBy(Process p)
          Return all WasGeneratedBy edges with process p as an effect.
 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.
 Annotation OPMFactory.newAnnotation(String id, Process p, String property, Object value, Collection<Account> accs)
           
 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)
           
 Process OPMFactory.newProcess(Process a)
           
 ProcessRef OPMFactory.newProcessRef(Process p)
           
 Used OPMFactory.newUsed(Process p, Role role, Artifact a, Collection<Account> accounts)
           
 Used OPMFactory.newUsed(String id, Process p, Role role, Artifact a, Collection<Account> accounts)
           
 Used OPMFactory.newUsed(String id, Process p, Role role, Artifact a, String type, Collection<Account> accounts)
           
 UsedStar OPMFactory.newUsedStar(Process p, Artifact a, Collection<Account> accounts)
           
 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)
           
 WasGeneratedBy OPMFactory.newWasGeneratedBy(Artifact a, Role role, Process p, Collection<Account> accounts)
           
 WasGeneratedBy OPMFactory.newWasGeneratedBy(String id, Artifact a, Role role, Process p, Collection<Account> accounts)
           
 WasGeneratedBy OPMFactory.newWasGeneratedBy(String id, Artifact a, Role role, Process p, String type, Collection<Account> accounts)
           
 WasGeneratedByStar OPMFactory.newWasGeneratedByStar(Artifact a, Process p, Collection<Account> accounts)
           
 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)
           
 WasTriggeredByStar OPMFactory.newWasTriggeredByStar(Process p1, Process p2, Collection<Account> accounts)
           
 String OPMToDot.processColor(Process p)
           
 String OPMToDot.processLabel(Process p)
           
 

Method parameters in org.openprovenance.model with type arguments of type Process
 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.