Package org.griphyn.vdl.dax

Provides for the classes to interact with the abstract DAG in XML.

See:
          Description

Class Summary
ADAG This class is the container for an abstract DAG description.
Child This class captures the parent-child relationship between any two nodes in a directed acyclic graph.
DAX This abstract class defines a common base for all DAX JAPI objects.
Filename This class captures the logical filename and its linkage.
Job This class defines the specifics of a job to run in an abstract manner.
Leaf Leaf is an abstract base class for leaf nodes in the instance tree.
Profile A Profile captures scheduler system and application environment specific stuff in a uniform fashion.
PseudoText This class extends the base class Leaf by adding an attribute to store the content of a the textual data of mixed content.
 

Package org.griphyn.vdl.dax Description

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 DAXParser.

See Also:

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:


Copyright © 2007 The University of Southern California. All Rights Reserved.