Package | Description |
---|---|
edu.isi.pegasus.planner.dax |
Modifier and Type | Field and Description |
---|---|
private Set<Executable> |
ADAG.mExecutables
The list of Executable objects
|
Modifier and Type | Method and Description |
---|---|
Executable |
Executable.addInvoke(Invoke.WHEN when,
String what)
Add a Notification for this Executable
same as addNotification
|
Executable |
Executable.addInvoke(Invoke invoke)
Add a Notification for this Executable
Same as add Notification
|
Executable |
Executable.addInvokes(List<Invoke> invokes)
Add a List of Notifications for this Executable
Same as addNotifications
|
Executable |
Executable.addNotification(Invoke.WHEN when,
String what)
Add a Notification for this Executable
same as addInvoke
|
Executable |
Executable.addNotification(Invoke invoke)
Add a Notification for this Executable
Same as addInvoke
|
Executable |
Executable.addNotifications(List<Invoke> invokes)
Add a List of Notifications for this Executable.
|
Executable |
Executable.setArchitecture(Executable.ARCH arch)
Set the architecture the executable is compiled for
|
Executable |
Executable.setGlibc(String glibc)
Set the glibc this executable is compiled for
|
Executable |
Executable.setInstalled()
set the installed flag on the executable.
|
Executable |
Executable.setInstalled(boolean installed)
Set the installed flag on the executable.
|
Executable |
Executable.setOS(Executable.OS os)
Set the OS the executable is compiled for
|
Executable |
Executable.setOSRelease(String osrelease)
Set the osrelease the executable is compiled for
|
Executable |
Executable.setOSVersion(String osversion)
Set the osversion the executable is compiled for
|
Executable |
Executable.unsetInstalled()
Unset the installed flag on the executable.
|
Modifier and Type | Method and Description |
---|---|
Set<Executable> |
ADAG.getExecutables()
Returns a set of Executable Objects stored as part of the inDAX
Transformation Catalog;
|
Modifier and Type | Method and Description |
---|---|
ADAG |
ADAG.addExecutable(Executable executable)
Add Executable to the DAX
|
boolean |
ADAG.containsExecutable(Executable executable)
Checks if a given executable exists in the DAX based Transformation
Catalog
|
Modifier and Type | Method and Description |
---|---|
ADAG |
ADAG.addExecutables(List<Executable> executables)
Add Multiple Executable objects to the DAX
|
Constructor and Description |
---|
Executable(Executable e)
Copy Constructor
|