Uses of Class
edu.isi.pegasus.planner.dax.Executable.ARCH

Packages that use Executable.ARCH
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
protected  Executable.ARCH Executable.mArch
          Architecture the executable is compiled for
 

Methods in edu.isi.pegasus.planner.dax that return Executable.ARCH
 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.
 

Methods in edu.isi.pegasus.planner.dax with parameters of type Executable.ARCH
 Executable Executable.setArchitecture(Executable.ARCH arch)
          Set the architecture the executable is compiled for
 



Copyright © 2011 The University of Southern California. All Rights Reserved.