Uses of Class
edu.isi.pegasus.planner.catalog.transformation.classes.Os

Packages that use Os
edu.isi.pegasus.planner.catalog.classes   
edu.isi.pegasus.planner.catalog.transformation.classes   
 

Uses of Os in edu.isi.pegasus.planner.catalog.classes
 

Fields in edu.isi.pegasus.planner.catalog.classes with type parameters of type Os
private static Map<Os,SysInfo.OS> VDSSysInfo2NMI.mVDSOSToNMIOS
          The map storing OS to corresponding NMI OS platforms.
 

Methods in edu.isi.pegasus.planner.catalog.classes that return types with arguments of type Os
private static Map<Os,SysInfo.OS> VDSSysInfo2NMI.vdsOsToNMIOSMap()
          Singleton access to the os to NMI os map.
 

Methods in edu.isi.pegasus.planner.catalog.classes with parameters of type Os
static SysInfo.OS VDSSysInfo2NMI.vdsOsToNMIOS(Os os)
          Returns the NMI OS object corresponding to the VDS Os object
 

Uses of Os in edu.isi.pegasus.planner.catalog.transformation.classes
 

Fields in edu.isi.pegasus.planner.catalog.transformation.classes declared as Os
static Os Os.AIX
           
static Os Os.LINUX
           
private  Os VDSSysInfo.os
          Os of the system.
static Os Os.SUNOS
           
static Os Os.WINDOWS
           
 

Fields in edu.isi.pegasus.planner.catalog.transformation.classes with type parameters of type Os
private static Map<SysInfo.OS,Os> NMI2VDSSysInfo.mNMIOSToVDSOSMap
          The map storing OS to corresponding NMI OS platforms.
 

Methods in edu.isi.pegasus.planner.catalog.transformation.classes that return Os
static Os Os.fromString(String value)
          Creates a new Os object given an os string.
static Os Os.fromValue(String value)
          Creates a new Os object given an os string.
 Os VDSSysInfo.getOs()
          Returns the os type of the system.
static Os NMI2VDSSysInfo.nmiOSToVDSOS(String os)
          Returns the VDS Os object corresponding to the new NMI OS object .
static Os NMI2VDSSysInfo.nmiOSToVDSOS(SysInfo.OS os)
          Returns the VDS Os object corresponding to the new NMI OS object .
 

Methods in edu.isi.pegasus.planner.catalog.transformation.classes that return types with arguments of type Os
static Map<SysInfo.OS,Os> NMI2VDSSysInfo.NMIOSToVDSOSMap()
          Singleton access to the os to NMI os map.
 

Methods in edu.isi.pegasus.planner.catalog.transformation.classes with parameters of type Os
 void VDSSysInfo.setOs(Os os)
          Sets the Os of the sytem.
 

Constructors in edu.isi.pegasus.planner.catalog.transformation.classes with parameters of type Os
VDSSysInfo(Arch arch, Os os, String osversion, String glibc)
          The secondary convenience constructor.
 



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