Package org.griphyn.vdl.directive

Provides the API to the abstract planner for portals, CLI tools, etc.

See:
          Description

Class Summary
Connect The class dynamically loads a databaseschema
Define This class parses VDL XML specifications and stores them to database backend.
Delete This class deletes definitions that either match certain namespace, name, version combination
Derive This class makes concrete plans for a DAX, when planning using the shell planner.
Directive The base class for directives.
Display The class converts a DAX specification into other formats for visualization purposes.
Explain This class generates the DAX per the request for LFNs or DVs
ParseKickstart Main objective of this class is to extract the exit status from the invocation record returned by kickstart.
Search This class searches for definitions that either match certain namespace, name, version combination, or contain a certain LFN.
VDLtConvert The class converts VDLt syntax into VDLx syntax.
VDLxConvert This class uses the VDLxParser to parse VDL XML specification and output VDL textual specification.
Workflow A Workflow object defines a context for running a derivation graph on the Grid as a DAG, and managing its execution.
WorkflowJob A WorkflowJob object defines the state of a job within a Workflow
 

Package org.griphyn.vdl.directive Description

Provides the API to the abstract planner for portals, CLI tools, etc.

Package Specification

The classes in this package provide an implementation which bridges between the intricate, and at times difficult to use, abstract planner classes, and code that is using the abstract planner. The latter includes things like portals, de-agonizers and command-line tools.

Related Documentation

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

Since:
GVDS 1.2.1


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