Uses of Class
edu.isi.pegasus.planner.invocation.Architecture
-
Packages that use Architecture Package Description edu.isi.pegasus.planner.invocation -
-
Uses of Architecture in edu.isi.pegasus.planner.invocation
Fields in edu.isi.pegasus.planner.invocation declared as Architecture Modifier and Type Field Description private Architecture
InvocationRecord. m_uname
Architectural information.Methods in edu.isi.pegasus.planner.invocation that return Architecture Modifier and Type Method Description Architecture
InvocationRecord. getArchitecture()
AccessorArchitecture
Uname. toArchitecture()
An adapter method to convert the uname object to the architecture object.static Architecture
Uname. unameToArchitecture(Uname uname)
An adapter method to convert the uname object to the architecture object.Methods in edu.isi.pegasus.planner.invocation with parameters of type Architecture Modifier and Type Method Description void
InvocationRecord. setArchitecture(Architecture uname)
Accessor.
-