Uses of Enum Class
edu.isi.pegasus.planner.dax.File.LINK
Packages that use File.LINK
-
Uses of File.LINK in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax declared as File.LINKMethods in edu.isi.pegasus.planner.dax that return File.LINKModifier and TypeMethodDescriptionFile.getLink()
Get the linkage of the file.static File.LINK
Returns the enum constant of this class with the specified name.static File.LINK[]
File.LINK.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.isi.pegasus.planner.dax with parameters of type File.LINKModifier and TypeMethodDescriptionSet the file linkageAbstractJob.uses
(File file, File.LINK link, File.TRANSFER transfer) AbstractJob.uses
(File file, File.LINK link, File.TRANSFER transfer, boolean register) AbstractJob.uses
(File file, File.LINK link, File.TRANSFER transfer, boolean register, boolean forPlanning) AbstractJob.uses
(File file, File.LINK link, File.TRANSFER transfer, boolean register, boolean optional, boolean executable) AbstractJob.uses
(File file, File.LINK link, File.TRANSFER transfer, boolean register, boolean optional, boolean executable, String size) AbstractJob.uses
(File file, File.LINK link, File.TRANSFER transfer, boolean register, String size) AbstractJob.uses
(File file, File.LINK link, File.TRANSFER transfer, String size) AbstractJob.uses
(String file, File.LINK link, File.TRANSFER transfer) AbstractJob.uses
(String file, File.LINK link, File.TRANSFER transfer, boolean register) AbstractJob.uses
(String file, File.LINK link, File.TRANSFER transfer, boolean register, boolean forPlanning) AbstractJob.uses
(String file, File.LINK link, File.TRANSFER transfer, boolean register, boolean optional, boolean executable) AbstractJob.uses
(String file, File.LINK link, File.TRANSFER transfer, boolean register, boolean optional, boolean executable, String size) AbstractJob.uses
(String file, File.LINK link, File.TRANSFER transfer, boolean register, String size) AbstractJob.uses
(String file, File.LINK link, File.TRANSFER transfer, String size) Constructors in edu.isi.pegasus.planner.dax with parameters of type File.LINK