Uses of Class
edu.isi.pegasus.planner.dax.Executable
-
Packages that use Executable Package Description edu.isi.pegasus.planner.dax edu.isi.pegasus.planner.parser.dax -
-
Uses of Executable in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax with type parameters of type Executable Modifier and Type Field Description private java.util.Set<Executable>ADAG. mExecutablesThe list of Executable objectsMethods in edu.isi.pegasus.planner.dax that return Executable Modifier and Type Method Description ExecutableExecutable. addInvoke(Invoke invoke)Add a Notification for this Executable Same as add NotificationExecutableExecutable. addInvoke(Invoke.WHEN when, java.lang.String what)Add a Notification for this Executable same as addNotificationExecutableExecutable. addInvokes(java.util.List<Invoke> invokes)Add a List of Notifications for this Executable Same as addNotificationsExecutableExecutable. addNotification(Invoke invoke)Add a Notification for this Executable Same as addInvokeExecutableExecutable. addNotification(Invoke.WHEN when, java.lang.String what)Add a Notification for this Executable same as addInvokeExecutableExecutable. addNotifications(java.util.List<Invoke> invokes)Add a List of Notifications for this Executable.ExecutableExecutable. setArchitecture(Executable.ARCH arch)Set the architecture the executable is compiled forExecutableExecutable. setGlibc(java.lang.String glibc)Set the glibc this executable is compiled forExecutableExecutable. setInstalled()set the installed flag on the executable.ExecutableExecutable. setInstalled(boolean installed)Set the installed flag on the executable.ExecutableExecutable. setOS(Executable.OS os)Set the OS the executable is compiled forExecutableExecutable. setOSRelease(java.lang.String osrelease)Set the osrelease the executable is compiled forExecutableExecutable. setOSVersion(java.lang.String osversion)Set the osversion the executable is compiled forExecutableExecutable. unsetInstalled()Unset the installed flag on the executable.Methods in edu.isi.pegasus.planner.dax that return types with arguments of type Executable Modifier and Type Method Description java.util.Set<Executable>ADAG. getExecutables()Returns a set of Executable Objects stored as part of the inDAX Transformation Catalog;Methods in edu.isi.pegasus.planner.dax with parameters of type Executable Modifier and Type Method Description ADAGADAG. addExecutable(Executable executable)Add Executable to the DAXbooleanADAG. containsExecutable(Executable executable)Checks if a given executable exists in the DAX based Transformation CatalogMethod parameters in edu.isi.pegasus.planner.dax with type arguments of type Executable Modifier and Type Method Description ADAGADAG. addExecutables(java.util.List<Executable> executables)Add Multiple Executable objects to the DAXConstructors in edu.isi.pegasus.planner.dax with parameters of type Executable Constructor Description Executable(Executable e)Copy Constructor -
Uses of Executable in edu.isi.pegasus.planner.parser.dax
Methods in edu.isi.pegasus.planner.parser.dax with parameters of type Executable Modifier and Type Method Description java.util.List<TransformationCatalogEntry>DAXParser3. convertExecutableToTCE(Executable executable)Converts the executable into transformation catalog entries
-