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 class
Boot
The boot element.class
CPU
The CPU element.class
Load
The RAM element.class
Proc
The proc element.class
RAM
The RAM element.class
Stamp
The Stamp element.class
Swap
The swap element.class
Task
The proc element.class
Uname
The 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_info
The List ofMachineInfo
elements 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 void
MachineSpecific. addMachineInfo(MachineInfo info)
Add aMachineInfo
element.
-