org.griphyn.vdl.directive |
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
|
Java Source File Name | Type | Comment |
Connect.java | Class | |
Define.java | Class | This class parses VDL XML specifications and stores
them to database backend.
author: Jens-S. |
Delete.java | Class | This class deletes definitions that either match certain
namespace, name, version combination
author: Jens-S. |
Derive.java | Class | This class makes concrete plans for a DAX, when planning using the
shell planner.
author: Jens-S. |
Directive.java | Class | The base class for directives. |
Display.java | Class | The class converts a DAX specification into other formats
for visualization purposes.
See Also: org.griphyn.vdl.parser.VDLxParser author: Jens-S. |
Explain.java | Class | This class generates the DAX per the request for LFNs or DVs
author: Jens-S. |
ParseKickstart.java | Class | Main objective of this class is to extract the exit status from
the invocation record returned by kickstart. |
Search.java | Class | This class searches for definitions that either match certain
namespace, name, version combination, or contain a certain
LFN.
author: Jens-S. |
VDLtConvert.java | Class | The class converts VDLt syntax into VDLx syntax.
author: Jens-S. |
VDLxConvert.java | Class | This class uses the VDLxParser to parse VDL XML
specification and output VDL textual specification. |
Workflow.java | Class | A Workflow object defines a context for running a
derivation graph on the Grid as a DAG, and managing its execution. |
WorkflowJob.java | Class | |