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

Packages that use NestedListNode
net.sf.taverna.t2.provenance.lineageservice   
 

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

Methods in net.sf.taverna.t2.provenance.lineageservice that return types with arguments of type NestedListNode
 java.util.List<NestedListNode> ProvenanceQuery.getNestedListNodes(java.util.Map<java.lang.String,java.lang.String> constraints)
           
 

Methods in net.sf.taverna.t2.provenance.lineageservice with parameters of type NestedListNode
 void ProvenanceWriter.replaceCollectionRecord(NestedListNode nln, java.lang.String prevPName, java.lang.String prevVarName)