| Package | Description |
|---|---|
| edu.isi.pegasus.planner.dax |
| Modifier and Type | Field and Description |
|---|---|
protected Executable.ARCH |
Executable.mArch
Architecture the executable is compiled for
|
| Modifier and Type | Method and Description |
|---|---|
Executable.ARCH |
Executable.getArchitecture()
Get the architecture the Executable is compiled for
|
static Executable.ARCH |
Executable.ARCH.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
Executable |
Executable.setArchitecture(Executable.ARCH arch)
Set the architecture the executable is compiled for
|