Uses of Enum Class
edu.isi.pegasus.planner.dax.Executable.ARCH
Packages that use Executable.ARCH
-
Uses of Executable.ARCH in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax declared as Executable.ARCHModifier and TypeFieldDescriptionprotected Executable.ARCHExecutable.mArchArchitecture the executable is compiled forMethods in edu.isi.pegasus.planner.dax that return Executable.ARCHModifier and TypeMethodDescriptionExecutable.getArchitecture()Get the architecture the Executable is compiled forstatic Executable.ARCHReturns the enum constant of this class with the specified name.static Executable.ARCH[]Executable.ARCH.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.isi.pegasus.planner.dax with parameters of type Executable.ARCHModifier and TypeMethodDescriptionExecutable.setArchitecture(Executable.ARCH arch) Set the architecture the executable is compiled for