Uses of Class
org.gridbus.broker.jobdescription.Variable

Packages that use Variable
org.gridbus.broker.common   
org.gridbus.broker.jobdescription   
org.gridbus.broker.parsers.xpml   
 

Uses of Variable in org.gridbus.broker.common
 

Methods in org.gridbus.broker.common with parameters of type Variable
 void WorkUnit.addVariable(Variable var)
          Add a Variable to the variables list
 void WorkUnit.removeVariable(Variable var)
          Remove the variable name passed and its corresponding values from the list of variables
 

Uses of Variable in org.gridbus.broker.jobdescription
 

Subclasses of Variable in org.gridbus.broker.jobdescription
 class GridfileVariable
           
 

Methods in org.gridbus.broker.jobdescription that return Variable
 Variable GridfileVariable.duplicate()
           
 Variable Variable.duplicate()
           
 

Uses of Variable in org.gridbus.broker.parsers.xpml
 

Methods in org.gridbus.broker.parsers.xpml that return Variable
protected  Variable[] XPMLParser.createEnumVariables(org.gridbus.schemas.xpml.x2006.x01.xpml.ParameterType param)
           
protected  Variable[] XPMLParser.createRangeVariables(org.gridbus.schemas.xpml.x2006.x01.xpml.ParameterType param)
           
protected  Variable XPMLParser.createSingleVariable(org.gridbus.schemas.xpml.x2006.x01.xpml.ParameterType param)
           
 


Copyright © The University of Melbourne. 2006