Uses of Interface
edu.isi.pegasus.planner.refiner.createdir.Implementation
-
Packages that use Implementation Package Description edu.isi.pegasus.planner.refiner edu.isi.pegasus.planner.refiner.createdir -
-
Uses of Implementation in edu.isi.pegasus.planner.refiner
Methods in edu.isi.pegasus.planner.refiner that return Implementation Modifier and Type Method Description static ImplementationCreateDirectory. loadCreateDirectoryImplementationInstance(PegasusBag bag)Loads the implementing class corresponding to the mode specified by the user at runtime. -
Uses of Implementation in edu.isi.pegasus.planner.refiner.createdir
Classes in edu.isi.pegasus.planner.refiner.createdir that implement Implementation Modifier and Type Class Description classDefaultImplementationThe default implementation for creating create dir jobs.Fields in edu.isi.pegasus.planner.refiner.createdir declared as Implementation Modifier and Type Field Description protected ImplementationAbstractStrategy. mImplThe implementation instance that is used to create a create dir job.Methods in edu.isi.pegasus.planner.refiner.createdir with parameters of type Implementation Modifier and Type Method Description voidAbstractStrategy. initialize(PegasusBag bag, Implementation impl)Intializes the class.voidHourGlass. initialize(PegasusBag bag, Implementation impl)Intializes the class.voidMinimal. initialize(PegasusBag bag, Implementation impl)Intializes the class.voidStrategy. initialize(PegasusBag bag, Implementation impl)Intializes the class.voidTentacles. initialize(PegasusBag bag, Implementation impl)Intializes the class.
-