Uses of Class
edu.isi.pegasus.planner.common.UserOptions
-
Packages that use UserOptions Package Description edu.isi.pegasus.planner.catalog.site.impl.old edu.isi.pegasus.planner.common -
-
Uses of UserOptions in edu.isi.pegasus.planner.catalog.site.impl.old
Fields in edu.isi.pegasus.planner.catalog.site.impl.old declared as UserOptions Modifier and Type Field Description protected UserOptionsPoolInfoProvider. mUserOptsHandle to the Singleton instance containing the options passed to the planner at run time. -
Uses of UserOptions in edu.isi.pegasus.planner.common
Fields in edu.isi.pegasus.planner.common declared as UserOptions Modifier and Type Field Description private static UserOptionsUserOptions. mPOptionsThe object holding the Singleton instance.Methods in edu.isi.pegasus.planner.common that return UserOptions Modifier and Type Method Description static UserOptionsUserOptions. getInstance()The method used to invoke the singleton instance from the other classes.static UserOptionsUserOptions. getInstance(PlannerOptions opt)The method used to invoke the singleton instance the first time, from the CPlanner class.
-