Uses of Interface
org.griphyn.cPlanner.transfer.Refiner

Packages that use Refiner
org.griphyn.cPlanner.engine   
org.griphyn.cPlanner.transfer   
org.griphyn.cPlanner.transfer.implementation   
org.griphyn.cPlanner.transfer.refiner   
 

Uses of Refiner in org.griphyn.cPlanner.engine
 

Fields in org.griphyn.cPlanner.engine declared as Refiner
private  Refiner TransferEngine.mTXRefiner
          The handle to the transfer refiner that adds the transfer nodes into the workflow.
 

Uses of Refiner in org.griphyn.cPlanner.transfer
 

Methods in org.griphyn.cPlanner.transfer with parameters of type Refiner
 void Implementation.setRefiner(Refiner refiner)
          Sets the callback to the refiner, that has loaded this implementation.
 

Uses of Refiner in org.griphyn.cPlanner.transfer.implementation
 

Fields in org.griphyn.cPlanner.transfer.implementation declared as Refiner
protected  Refiner Abstract.mRefiner
          The handle to the refiner that loaded this implementation.
 

Methods in org.griphyn.cPlanner.transfer.implementation with parameters of type Refiner
 void Windward.setRefiner(Refiner refiner)
          Sets the callback to the refiner, that has loaded this implementation.
 void Abstract.setRefiner(Refiner refiner)
          Sets the callback to the refiner, that has loaded this implementation.
 

Uses of Refiner in org.griphyn.cPlanner.transfer.refiner
 

Methods in org.griphyn.cPlanner.transfer.refiner that return Refiner
static Refiner RefinerFactory.loadInstance(PegasusProperties properties, ADag dag, PlannerOptions options)
          Loads the implementing class corresponding to the value specified in the properties.
static Refiner RefinerFactory.loadInstance(String className, PegasusProperties properties, ADag dag, PlannerOptions options)
          Loads the implementing class corresponding to the class.
 



Copyright © 2007 The University of Southern California. All Rights Reserved.