Uses of Class
net.sf.taverna.t2.provenance.lineageservice.utils.VarBinding

Packages that use VarBinding
net.sf.taverna.t2.provenance.api   
net.sf.taverna.t2.provenance.lineageservice   
net.sf.taverna.t2.provenance.lineageservice.rdf   
 

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

Methods in net.sf.taverna.t2.provenance.api that return types with arguments of type VarBinding
 java.util.List<VarBinding> ProvenanceAccess.getVarBindings(java.util.Map<java.lang.String,java.lang.String> constraints)
           
 

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

Methods in net.sf.taverna.t2.provenance.lineageservice that return types with arguments of type VarBinding
 java.util.List<VarBinding> ProvenanceQuery.getVarBindings(java.util.Map<java.lang.String,java.lang.String> constraints)
          TODO this currently returns the data value as a string, which is incorrect as it is an untyped byte array
 

Methods in net.sf.taverna.t2.provenance.lineageservice with parameters of type VarBinding
 void ProvenanceWriter.addVarBinding(VarBinding vb)
           
 void ProvenanceWriter.updateVarBinding(VarBinding vb)
           
 

Uses of VarBinding in net.sf.taverna.t2.provenance.lineageservice.rdf
 

Methods in net.sf.taverna.t2.provenance.lineageservice.rdf with parameters of type VarBinding
 void RDFProvenanceWriter.addVarBinding(VarBinding vb)
          also fetches data values from the Data table of the relational provenance DB and adds it as a rdfs:comment to the RDF graph
 void StandAloneRDFProvenanceWriter.addVarBinding(VarBinding vb, java.lang.Object value)
          also fetches data values from the Data table of the relational provenance DB and adds it as a rdfs:comment to the RDF graph