Uses of Class
edu.isi.pegasus.planner.transfer.TPT.TPTState
-
Packages that use TPT.TPTState Package Description edu.isi.pegasus.planner.transfer -
-
Uses of TPT.TPTState in edu.isi.pegasus.planner.transfer
Methods in edu.isi.pegasus.planner.transfer that return TPT.TPTState Modifier and Type Method Description private TPT.TPTState
TPT. get(java.lang.String site)
Returns the TPT state for a particular site.Methods in edu.isi.pegasus.planner.transfer with parameters of type TPT.TPTState Modifier and Type Method Description private void
TPT. put(java.lang.String site, TPT.TPTState state)
Inserts an entry in to the State Map, that maintains state of various sites.
-