Uses of Class
net.sf.taverna.t2.provenance.lineageservice.Dependencies

Packages that use Dependencies
net.sf.taverna.t2.provenance.api   
net.sf.taverna.t2.provenance.lineageservice   
 

Uses of Dependencies in net.sf.taverna.t2.provenance.api
 

Methods in net.sf.taverna.t2.provenance.api that return Dependencies
 Dependencies ProvenanceAccess.fetchPortData(java.lang.String wfInstance, java.lang.String workflowId, java.lang.String pname, java.lang.String port, java.lang.String iteration)
          Returns individal records from the provenance DB in response to a query that specifies specific elements within values associated with a processor port, in the context of a specific run of a workflow.
 

Methods in net.sf.taverna.t2.provenance.api that return types with arguments of type Dependencies
 java.util.Map<QueryVar,java.util.Map<java.lang.String,java.util.List<Dependencies>>> NativeAnswer.getAnswer()
           
 

Method parameters in net.sf.taverna.t2.provenance.api with type arguments of type Dependencies
 void NativeAnswer.setAnswer(java.util.Map<QueryVar,java.util.Map<java.lang.String,java.util.List<Dependencies>>> answer)
           
 

Uses of Dependencies in net.sf.taverna.t2.provenance.lineageservice
 

Methods in net.sf.taverna.t2.provenance.lineageservice that return Dependencies
 Dependencies ProvenanceAnalysis.fetchIntermediateResult(java.lang.String wfInstance, java.lang.String wfNameRef, java.lang.String pname, java.lang.String vname, java.lang.String iteration)
           
 Dependencies ProvenanceQuery.runCollectionQuery(LineageSQLQuery lq)
           
 Dependencies ProvenanceQuery.runLineageQuery(LineageSQLQuery lq, boolean includeDataValue)
          executes one of the lineage queries produced by the graph visit algorithm.
 Dependencies ProvenanceQuery.runVBQuery(LineageSQLQuery lq, boolean includeDataValue)
           
 

Methods in net.sf.taverna.t2.provenance.lineageservice that return types with arguments of type Dependencies
 java.util.List<Dependencies> ProvenanceAnalysis.computeLineageSingleBinding(java.lang.String wfID, java.lang.String wfNameRef, java.lang.String var, java.lang.String proc, java.lang.String path, java.util.List<ProvenanceProcessor> selectedProcessors)
          main lineage query method.
 java.util.Map<java.lang.String,java.util.List<Dependencies>> ProvenanceAnalysis.computeLineageSingleVar(java.lang.String wfInstance, java.lang.String wfNameRef, java.lang.String var, java.lang.String proc, java.lang.String path, java.util.List<ProvenanceProcessor> selectedProcessors)
          facade for computeLineage: if path == ALL then it retrieves all VBs for (proc,var) ignoring path (i.e., all values within the collection bound to var) and invokes computeLineageSingleBinding() on each path
if path is specified, however, this just passes the request to computeLineageSingleBinding.
 java.util.List<Dependencies> ProvenanceQuery.runLineageQueries(java.util.List<LineageSQLQuery> lqList, boolean includeDataValue)
           
 

Methods in net.sf.taverna.t2.provenance.lineageservice with parameters of type Dependencies
 org.jdom.Document ProvenanceQuery.recordsToCollection(Dependencies lqr)
          takes an ordered set of records for the same variable with iteration indexes and builds a collection out of it