Uses of Class
edu.isi.pegasus.planner.dax.Executable.ARCH
-
Packages that use Executable.ARCH Package Description edu.isi.pegasus.planner.dax -
-
Uses of Executable.ARCH in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax declared as Executable.ARCH Modifier and Type Field Description protected Executable.ARCHExecutable. mArchArchitecture the executable is compiled forMethods in edu.isi.pegasus.planner.dax that return Executable.ARCH Modifier and Type Method Description Executable.ARCHExecutable. getArchitecture()Get the architecture the Executable is compiled forstatic Executable.ARCHExecutable.ARCH. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Executable.ARCH[]Executable.ARCH. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.isi.pegasus.planner.dax with parameters of type Executable.ARCH Modifier and Type Method Description ExecutableExecutable. setArchitecture(Executable.ARCH arch)Set the architecture the executable is compiled for
-