org.griphyn.vdl.dax |
Provides for the classes to interact with the abstract DAG in XML.
Package Specification
The classes in this package provide the JAVA API to construct and
serialize into XML the abstract DAG in XML. To de-serialize from XML
into Java classes, refer to {@link org.griphyn.vdl.parser.DAXParser}.
@see org.griphyn.vdl.classes
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation,
please see:
|
Java Source File Name | Type | Comment |
ADAG.java | Class | This class is the container for an abstract DAG description. |
Child.java | Class | This class captures the parent-child relationship between any two
nodes in a directed acyclic graph. |
DAX.java | Class | This abstract class defines a common base for all DAX JAPI objects.
Since all necessary functionality is described in
Chimera ,
this class is empty. |
Filename.java | Class | This class captures the logical filename and its linkage. |
Job.java | Class | This class defines the specifics of a job to run in an abstract manner.
All filename references still refer to logical files. |
Leaf.java | Class | Leaf is an abstract base class for leaf nodes in the
instance tree.
author: Jens-S. |
Profile.java | Class | A Profile captures scheduler system and application
environment specific stuff in a uniform fashion. |
PseudoText.java | Class | This class extends the base class Leaf by adding an
attribute to store the content of a the textual data of mixed
content. |