Uses of Class
edu.isi.pegasus.planner.invocation.MachineInfo
-
Packages that use MachineInfo Package Description edu.isi.pegasus.planner.invocation -
-
Uses of MachineInfo in edu.isi.pegasus.planner.invocation
Subclasses of MachineInfo in edu.isi.pegasus.planner.invocation Modifier and Type Class Description classBootThe boot element.classCPUThe CPU element.classLoadThe RAM element.classProcThe proc element.classRAMThe RAM element.classStampThe Stamp element.classSwapThe swap element.classTaskThe proc element.classUnameThe uname element.Fields in edu.isi.pegasus.planner.invocation with type parameters of type MachineInfo Modifier and Type Field Description private java.util.List<MachineInfo>MachineSpecific. m_infoThe List ofMachineInfoelements associated with the machine.Methods in edu.isi.pegasus.planner.invocation that return types with arguments of type MachineInfo Modifier and Type Method Description java.util.Iterator<MachineInfo>MachineSpecific. getMachineInfoIterator()Returns an iterator for the machine info objectsMethods in edu.isi.pegasus.planner.invocation with parameters of type MachineInfo Modifier and Type Method Description voidMachineSpecific. addMachineInfo(MachineInfo info)Add aMachineInfoelement.
-