| Class | Description |
|---|---|
| AbstractJob | |
| ADAG |
This class provides the Java API to create DAX files.
The DAX XML SCHEMA is available at http://pegasus.isi.edu/schema/dax-3.6.xsd
and documentation available at http://pegasus.isi.edu/wms/docs/schemas/dax-3.6/dax-3.6.html
The DAX consists of 6 parts the first 4 are optional and the last is optional.
|
| CatalogType |
Abstract Type for RC and TC Sections of the DAX.
|
| DAG |
DAG Class to hold the DAG job object.
|
| DAX |
Creates a DAX job object
|
| Edge | |
| Executable |
The Transformation Catalog object the represent the entries in the DAX transformation section.
|
| File |
This class is the container for any File object, either the RC section, or uses
|
| Invoke |
The Notification invoke object for the Dax API
|
| Job | |
| MetaData |
Metadata object for the DAX API
|
| Patterns | |
| PFN | |
| Profile |
Profile Object for the DAX API
|
| Transformation |
This Object is used to create a complex Transformation.
|
| Enum | Description |
|---|---|
| Executable.ARCH |
ARCH Types
|
| Executable.OS |
OS Types
|
| File.LINK |
The linkages that a file can be of
|
| File.TRANSFER |
Three Transfer modes supported, Transfer this file, don't transfer or stageout as well as optional.
|
| Invoke.WHEN |
WHEN To INVOKE
|
| Profile.NAMESPACE |
Supported NAMESPACES.
|