Uses of Class
org.globus.cog.abstraction.xml.DependencyList

Packages that use DependencyList
org.globus.cog.abstraction.xml   
 

Uses of DependencyList in org.globus.cog.abstraction.xml
 

Methods in org.globus.cog.abstraction.xml that return DependencyList
 DependencyList TaskGraph.getDependencyList()
           
static DependencyList DependencyList.unmarshal(Reader reader)
           
 

Methods in org.globus.cog.abstraction.xml with parameters of type DependencyList
 void TaskGraph.setDependencyList(DependencyList dependencyList)